[21947] trunk/dports/math/gmtl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 11 19:33:50 PST 2007


Revision: 21947
          http://trac.macosforge.org/projects/macports/changeset/21947
Author:   ryandesign at macports.org
Date:     2007-02-11 19:33:50 -0800 (Sun, 11 Feb 2007)

Log Message:
-----------
Committing change from port maintainer:

"I changed the Portfile for GMTL to use more of the arguments available for MacPorts. It also allows the proper creation of the GMTL pkgconfig file."

Closes ticket #11332.

Modified Paths:
--------------
    trunk/dports/math/gmtl/Portfile

Modified: trunk/dports/math/gmtl/Portfile
===================================================================
--- trunk/dports/math/gmtl/Portfile	2007-02-12 03:27:58 UTC (rev 21946)
+++ trunk/dports/math/gmtl/Portfile	2007-02-12 03:33:50 UTC (rev 21947)
@@ -15,10 +15,8 @@
 
 use_configure     no
 
-build {}
-
-set scons.args	 "prefix=\"${destroot}${prefix}\""
-
-destroot {
-system "cd ${worksrcpath} && scons ${scons.args} install"
-}
+build.cmd		scons
+build.pre_args		prefix=${prefix}
+destroot.cmd		scons
+destroot.pre_args	prefix=${destroot}${prefix}
+destroot.post_args	install

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070211/f535413b/attachment.html


More information about the macports-changes mailing list