Revision: 98283 http://trac.macports.org//changeset/98283 Author: cal@macports.org Date: 2012-10-01 13:51:30 -0700 (Mon, 01 Oct 2012) Log Message: ----------- wml: Fix sed errors on ML, closes #36409, maintainer Modified Paths: -------------- trunk/dports/www/wml/Portfile Modified: trunk/dports/www/wml/Portfile =================================================================== --- trunk/dports/www/wml/Portfile 2012-10-01 19:46:57 UTC (rev 98282) +++ trunk/dports/www/wml/Portfile 2012-10-01 20:51:30 UTC (rev 98283) @@ -52,10 +52,12 @@ --with-openworld \ --with-cc=${configure.cc} -configure.env CPATH=${prefix}/include +configure.env CPATH=${prefix}/include LANG=C LC_ALL=C build.args CC=${configure.cc} CPP=${configure.cpp} +build.env LANG=C LC_ALL=C + destroot.destdir prefix=${destroot}${prefix} \ mandir=${destroot}${prefix}/share/man
participants (1)
-
cal@macports.org