[39179] trunk/dports/games/rrgbis
Ryan Schmidt
ryandesign at macports.org
Mon Aug 11 23:24:11 PDT 2008
On Aug 11, 2008, at 09:38, simon at macports.org wrote:
> Revision: 39179
> http://trac.macosforge.org/projects/macports/changeset/39179
> Author: simon at macports.org
> Date: 2008-08-11 07:38:21 -0700 (Mon, 11 Aug 2008)
> Log Message:
> -----------
> games/rrgbis: Updated to 1.11.
>
> Modified Paths:
> --------------
> trunk/dports/games/rrgbis/Portfile
[snip]
> -use_configure no
> +configure {
> + system "cd ${worksrcpath}/src/FTGL; ${configure.env} ./
> configure ${configure.pre_args}"
> +}
[snip]
Why override the configure phase? Why not just:
configure.dir ${worksrcpath}/src/FTGL
(warning: untested)
More information about the macports-dev
mailing list