[92725] trunk/dports/lang/dmd/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat May 5 15:34:15 PDT 2012
On May 4, 2012, at 20:05, takeshi at macports.org wrote:
> Revision: 92725
> https://trac.macports.org/changeset/92725
> Author: takeshi at macports.org
> Date: 2012-05-04 18:05:59 -0700 (Fri, 04 May 2012)
> Log Message:
> -----------
> dmd: fixed conf
>
> Modified Paths:
> --------------
> trunk/dports/lang/dmd/Portfile
>
> Modified: trunk/dports/lang/dmd/Portfile
> ===================================================================
> --- trunk/dports/lang/dmd/Portfile 2012-05-05 01:05:05 UTC (rev 92724)
> +++ trunk/dports/lang/dmd/Portfile 2012-05-05 01:05:59 UTC (rev 92725)
> @@ -78,6 +78,6 @@
> xinstall -d -m 755 ${destroot}${prefix}/etc/${name}
> set conf [open ${destroot}${prefix}/etc/${name}/${name}.conf w]
> puts $conf "\[Environment\]
> -DFLAGS=-I${prefix}/include/druntime -I${prefix}/include/phobos -L${prefix}/lib"
> +DFLAGS=-I${prefix}/include/druntime -I${prefix}/include/phobos -L-L${prefix}/lib"
> close $conf
> }
Is this really correct? It looks odd.
More information about the macports-dev
mailing list