[113164] trunk/dports/sysutils/rx/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Nov 11 01:15:41 PST 2013


Revision: 113164
          https://trac.macports.org/changeset/113164
Author:   ryandesign at macports.org
Date:     2013-11-11 01:15:41 -0800 (Mon, 11 Nov 2013)
Log Message:
-----------
rx: allow OS X gnutar to be used on 10.8 and earlier

Modified Paths:
--------------
    trunk/dports/sysutils/rx/Portfile

Modified: trunk/dports/sysutils/rx/Portfile
===================================================================
--- trunk/dports/sysutils/rx/Portfile	2013-11-11 08:14:11 UTC (rev 113163)
+++ trunk/dports/sysutils/rx/Portfile	2013-11-11 09:15:41 UTC (rev 113164)
@@ -15,8 +15,10 @@
 checksums           md5    e44e5f6ff9fd8ca9d46bda42bcacee5e         \
                     sha1   1f29112cea41bb547b551361162be306f8c3995a \
                     rmd160 a1280e17efac1c24c5874965051f0446ca9229b0
-depends_extract     port:gnutar
-extract.post_args   "| ${prefix}/bin/gnutar -x"
+
+depends_extract     bin:gnutar:gnutar
+extract.post_args   "| gnutar -x"
+
 destroot.destdir    prefix=${destroot}${prefix}
 post-destroot       {
 	system "chmod 644 ${destroot}${prefix}/include/rxposix.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131111/228b4e5d/attachment.html>


More information about the macports-changes mailing list