[30526] trunk/dports/devel/libsdl_net-framework/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 30 06:58:08 PDT 2007


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

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

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

Modified: trunk/dports/devel/libsdl_net-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_net-framework/Portfile	2007-10-30 13:58:04 UTC (rev 30525)
+++ trunk/dports/devel/libsdl_net-framework/Portfile	2007-10-30 13:58:08 UTC (rev 30526)
@@ -45,8 +45,7 @@
 }
 
 post-extract {
-    cd ${worksrcpath}
-    system "tar -x Xcode/{exports/${my_name}.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz"
+    system "cd ${worksrcpath} && tar -xvzf Xcode.tar.gz Xcode/{exports/${my_name}.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj}"
 }
 
 post-patch {

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


More information about the macports-changes mailing list