pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: how exclude some package from bulk build in build.conf
On Sat, Jul 28, 2007 at 01:44:56PM +0200, Ondrej Tuma wrote:
> hi all,
>
> can i exclude some package in build.conf via PKGLIST ?? for example
> -www/firefox or something like this ?
The easiest approach is normally to use
.if ${.CURDIR} == "/usr/pkgsrc/www/firefox"
BROKEN= "By admin request"
.endif
or so in /etc/mk.conf
Joerg
Home |
Main Index |
Thread Index |
Old Index