[111962] trunk/dports/lang/php4/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Oct 6 14:42:38 PDT 2013
Revision: 111962
https://trac.macports.org/changeset/111962
Author: jeremyhu at macports.org
Date: 2013-10-06 14:42:38 -0700 (Sun, 06 Oct 2013)
Log Message:
-----------
php4: Fix gnutar dependency
Modified Paths:
--------------
trunk/dports/lang/php4/Portfile
Modified: trunk/dports/lang/php4/Portfile
===================================================================
--- trunk/dports/lang/php4/Portfile 2013-10-06 21:35:15 UTC (rev 111961)
+++ trunk/dports/lang/php4/Portfile 2013-10-06 21:42:38 UTC (rev 111962)
@@ -291,10 +291,10 @@
rmd160 a74d2bba8985bd85fbd61589450c591665663906
post-extract {
delete ${worksrcpath}/ext/pdf
- system -W ${workpath} "/usr/bin/gnutar --no-same-owner -xzf ${distpath}/${pdflib_distfile}"
+ system -W ${workpath} "gnutar --no-same-owner -xzf ${distpath}/${pdflib_distfile}"
move ${workpath}/${pdflib_distname} ${worksrcpath}/ext/pdf
}
- depends_build-append bin:gnutar:gnutar
+ depends_extract-append bin:gnutar:gnutar
depends_lib-append port:pdflib
configure.args-append --with-pdflib=${prefix}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131006/1a6078ef/attachment.html>
More information about the macports-changes
mailing list