[121072] trunk/dports/games/boswars/Portfile

devans at macports.org devans at macports.org
Mon Jun 16 14:32:30 PDT 2014


Revision: 121072
          https://trac.macports.org/changeset/121072
Author:   devans at macports.org
Date:     2014-06-16 14:32:30 -0700 (Mon, 16 Jun 2014)
Log Message:
-----------
boswars: use the right tar command.

Modified Paths:
--------------
    trunk/dports/games/boswars/Portfile

Modified: trunk/dports/games/boswars/Portfile
===================================================================
--- trunk/dports/games/boswars/Portfile	2014-06-16 21:18:44 UTC (rev 121071)
+++ trunk/dports/games/boswars/Portfile	2014-06-16 21:32:30 UTC (rev 121072)
@@ -59,7 +59,7 @@
 
 post-extract {
     system "cd ${worksrcpath} && \
-            ${prefix}/bin/xz -dc '${prefix}/var/macports/distfiles/${name}/${imagefile}' | /usr/bin/gnutar --no-same-owner --strip-components 1 -xf -"
+            ${prefix}/bin/xz -dc '${prefix}/var/macports/distfiles/${name}/${imagefile}' | ${portutil::autoconf::tar_command} --strip-components 1 -xf -"
 }
 
 pre-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140616/7ae03245/attachment.html>


More information about the macports-changes mailing list