Revision: 140433 https://trac.macports.org/changeset/140433 Author: ryandesign@macports.org Date: 2015-09-19 09:42:02 -0700 (Sat, 19 Sep 2015) Log Message: ----------- gringo: use build.cmd, build.args, and build.target variables correctly Modified Paths: -------------- trunk/dports/math/gringo/Portfile Modified: trunk/dports/math/gringo/Portfile =================================================================== --- trunk/dports/math/gringo/Portfile 2015-09-19 16:41:40 UTC (rev 140432) +++ trunk/dports/math/gringo/Portfile 2015-09-19 16:42:02 UTC (rev 140433) @@ -31,8 +31,9 @@ use_parallel_build no # needs compiler with C++11 support -- currently does not build on OS X < 10.9 -build.cmd scons --build-dir=release gringo clingo -build.target +build.cmd ${prefix}/bin/scons +build.args --build-dir=release +build.target gringo clingo destroot { xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} \
participants (1)
-
ryandesign@macports.org