Revision
111822
Author
ryandesign@macports.org
Date
2013-10-02 14:12:23 -0700 (Wed, 02 Oct 2013)

Log Message

metis: use configure.pre_args for its intended purpose of specifying the prefix

Modified Paths

Diff

Modified: trunk/dports/math/metis/Portfile (111821 => 111822)


--- trunk/dports/math/metis/Portfile	2013-10-02 19:51:50 UTC (rev 111821)
+++ trunk/dports/math/metis/Portfile	2013-10-02 21:12:23 UTC (rev 111822)
@@ -35,12 +35,10 @@
 # Used for configure, build, and install.
 depends_build       port:cmake
 
-configure.cmd       /usr/bin/make
+configure.cmd       make config
+configure.pre_args  prefix=${prefix}
+configure.args      shared=1
 configure.universal_args
-configure.pre_args
-configure.args      config \
-                    prefix=${prefix} \
-                    shared=1 \
 
 # "-w" which MacPorts base now adds to these by default causes problems here
 build.pre_args      ${build.target}