[30522] trunk/dports/devel/libsdl-framework/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 06:57:52 PDT 2007


Revision: 30522
          http://trac.macosforge.org/projects/macports/changeset/30522
Author:   afb at macports.org
Date:     2007-10-30 06:57:52 -0700 (Tue, 30 Oct 2007)

Log Message:
-----------
fix tar flag usage for leopard (#13050)

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

Modified: trunk/dports/devel/libsdl-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl-framework/Portfile	2007-10-30 12:46:03 UTC (rev 30521)
+++ trunk/dports/devel/libsdl-framework/Portfile	2007-10-30 13:57:52 UTC (rev 30522)
@@ -45,7 +45,7 @@
 xcode.destroot.type framework
 
 post-extract {
-    system "cd ${worksrcpath} && tar -x Xcode/SDL/{Info-Framework{,NoX11}.plist,SDL.xcodeproj} -vzf Xcode.tar.gz"
+    system "cd ${worksrcpath} && tar -xvzf Xcode.tar.gz Xcode/SDL/{Info-Framework{,NoX11}.plist,SDL.xcodeproj}"
 }
 
 post-patch {

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


More information about the macports-changes mailing list