[84368] trunk/dports/lang/pike/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Sep 23 15:51:40 PDT 2011
Revision: 84368
http://trac.macports.org/changeset/84368
Author: ryandesign at macports.org
Date: 2011-09-23 15:51:39 -0700 (Fri, 23 Sep 2011)
Log Message:
-----------
pike: move --without-bundles into configure.args too; use configure.pre_args instead of hardcoding its value
Modified Paths:
--------------
trunk/dports/lang/pike/Portfile
Modified: trunk/dports/lang/pike/Portfile
===================================================================
--- trunk/dports/lang/pike/Portfile 2011-09-23 22:40:28 UTC (rev 84367)
+++ trunk/dports/lang/pike/Portfile 2011-09-23 22:51:39 UTC (rev 84368)
@@ -104,7 +104,8 @@
use_configure no
-configure.args --mandir=${prefix}/share/man \
+configure.args --without-bundles \
+ --mandir=${prefix}/share/man \
--with-include-path=${prefix}/include \
--with-lib-path=${prefix}/lib \
--with-zlib
@@ -112,7 +113,7 @@
pre-build {
# setup the build.args here, because then the configure.args from the
# variants will have been assembled:
- build.args CONFIGUREARGS="--prefix=${prefix} --without-bundles ${configure.args}" \
+ build.args CONFIGUREARGS="${configure.pre_args} ${configure.args}" \
INSTALLARGS="--traditional"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110923/88c16ea9/attachment.html>
More information about the macports-changes
mailing list