[33005] trunk/dports/devel/libsdl_gfx-framework/Portfile

afb at macports.org afb at macports.org
Wed Jan 16 08:38:39 PST 2008


Revision: 33005
          http://trac.macosforge.org/projects/macports/changeset/33005
Author:   afb at macports.org
Date:     2008-01-16 08:38:37 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
fix build on case-sensitive HFS+ (#13950)

Modified Paths:
--------------
    trunk/dports/devel/libsdl_gfx-framework/Portfile

Modified: trunk/dports/devel/libsdl_gfx-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_gfx-framework/Portfile	2008-01-16 16:34:35 UTC (rev 33004)
+++ trunk/dports/devel/libsdl_gfx-framework/Portfile	2008-01-16 16:38:37 UTC (rev 33005)
@@ -38,7 +38,7 @@
 #configure		{}
 
 post-extract {
-    system "cd ${worksrcpath} && unzip \"Other Builds/OSX-PB-Xcode.zip\""
+    system "cd ${worksrcpath} && unzip \"Other Builds/OSX-PB-XCode.zip\""
     system "cd ${worksrcpath} && \
         tar -xzvf \"Other Builds/OSX-PB.tgz\"; mv PB/English.lproj ."
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080116/71173bb9/attachment.html


More information about the macports-changes mailing list