[39979] trunk/dports/games/rrgbis/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Sep 15 00:29:45 PDT 2008


Revision: 39979
          http://trac.macports.org/changeset/39979
Author:   ryandesign at macports.org
Date:     2008-09-15 00:29:45 -0700 (Mon, 15 Sep 2008)
Log Message:
-----------
rrgbis: no need to override the configure phase entirely; just set ${configure.dir}

Modified Paths:
--------------
    trunk/dports/games/rrgbis/Portfile

Modified: trunk/dports/games/rrgbis/Portfile
===================================================================
--- trunk/dports/games/rrgbis/Portfile	2008-09-15 07:29:12 UTC (rev 39978)
+++ trunk/dports/games/rrgbis/Portfile	2008-09-15 07:29:45 UTC (rev 39979)
@@ -45,9 +45,7 @@
     reinplace "s|pwd|${prefix}/share/rrgbis/|g" ${worksrcpath}/settings.dat
 }
 
-configure {
-    system "cd ${worksrcpath}/src/FTGL; ${configure.env} ./configure ${configure.pre_args}"
-}
+configure.dir       ${worksrcpath}/src/FTGL
 
 build.target        default
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080915/9eeaa72f/attachment.html 


More information about the macports-changes mailing list