[30523] trunk/dports/devel/libsdl_image-framework/Portfile

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


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

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

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

Modified: trunk/dports/devel/libsdl_image-framework/Portfile
===================================================================
--- trunk/dports/devel/libsdl_image-framework/Portfile	2007-10-30 13:57:52 UTC (rev 30522)
+++ trunk/dports/devel/libsdl_image-framework/Portfile	2007-10-30 13:57:56 UTC (rev 30523)
@@ -35,7 +35,7 @@
 
 post-extract {
     system "cd ${worksrcpath} && \
-        tar -x Xcode/{exports/SDL_image.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz"
+        tar -xvzf Xcode.tar.gz Xcode/{exports/SDL_image.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/6d578b3b/attachment.html


More information about the macports-changes mailing list