[55811] trunk/dports/kde
Ryan Schmidt
ryandesign at macports.org
Wed Aug 19 18:50:24 PDT 2009
On Aug 19, 2009, at 14:08, snc at macports.org wrote:
> Added: trunk/dports/kde/oxygen-icons/Portfile
[snip]
> +PortGroup kde4 1.0
[snip]
> +configure.args-append ../${distname}
It looks like all 28 ports in the kde4 portgroup currently do this
thing with ../${distname} in the configure.args. Can this bit be
moved into the portgroup then?
Probably it would need to be
configure.post_args-append ../${distname}
so as to not get in the middle of any other args the port wants to add.
More information about the macports-dev
mailing list