Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2003 13:54:29 +0300 (EEST)
From:      Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
To:        "Peter Ulrich Kruppa <root@pukruppa.de>" <root@pukruppa.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make.conf question
Message-ID:  <20030826105429.C993D224@pm514-9.comsys.ntu-kpi.kiev.ua>
In-Reply-To: <20030826124137.A41428@small.pukruppa.de.lucky.freebsd.questions>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 26 Aug 2003 10:41:34 +0000 (UTC) in lucky.freebsd.questions, "Peter Ulrich Kruppa <root@pukruppa.de>" wrote:
> Hi!
> 
> 1) Can I put any make option into make.conf that can be applied
>   to ports (like in    make WITH_CALENDAR=yes install clean    )
>   or is this restricted to system ressources?
> 2) If yes - would this be advisable? - Or is there a big chance
>   to produce some sort of mess?

I use following in /etc/make.conf:

.if ${.CURDIR:N*/ports/news/tin} == ""
WITH_TIN_NNTP_ONLY=yes
#WITH_TIN_METAMAIL=yes
WITH_TIN_ISPELL=yes
.endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030826105429.C993D224>