[45196] trunk/dports/audio/libsdl_sound-framework/Portfile

raimue at macports.org raimue at macports.org
Sat Jan 10 08:18:02 PST 2009


Revision: 45196
          http://trac.macports.org/changeset/45196
Author:   raimue at macports.org
Date:     2009-01-10 08:17:59 -0800 (Sat, 10 Jan 2009)
Log Message:
-----------
devel/libsdl_sound-framework:
Add 'z' option to tar for compatibility with older versions of tar, e.g. on Tiger, see #17946

Modified Paths:
--------------
    trunk/dports/audio/libsdl_sound-framework/Portfile

Modified: trunk/dports/audio/libsdl_sound-framework/Portfile
===================================================================
--- trunk/dports/audio/libsdl_sound-framework/Portfile	2009-01-10 11:52:26 UTC (rev 45195)
+++ trunk/dports/audio/libsdl_sound-framework/Portfile	2009-01-10 16:17:59 UTC (rev 45196)
@@ -30,7 +30,7 @@
                 port:libmikmod
 
 post-extract {
-    system "tar xf $worksrcpath/PBProjects.tar.gz -C $worksrcpath"
+    system "tar xzf $worksrcpath/PBProjects.tar.gz -C $worksrcpath"
 }
 
 patchfiles      patch-project.pbxproj.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090110/a5af09e1/attachment.html>


More information about the macports-changes mailing list