Date: Mon, 24 Aug 1998 16:11:17 +0900 From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= <max@wide.ad.jp> To: hoek@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/devel/mkmf Makefile ports/devel/mkmf/pkg PLIST Message-ID: <19980824161117K.masafumi@aslm.rim.or.jp> In-Reply-To: Your message of "Sat, 22 Aug 1998 17:48:53 -0700 (PDT)" <199808230048.RAA20586@freefall.freebsd.org> References: <199808230048.RAA20586@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> hoek 1998/08/22 17:48:53 PDT > Modified files: > devel/mkmf Makefile > devel/mkmf/pkg PLIST > Log: > .if !defined(NOMANCOMPRESS) > MANCOMPRESSED= yes > .endif Since one of the Makefile's in WRKSRC uses bsd.prog.mk and, thus, knows how to treat NOMANCOMPRESS variable, this is completely appropriate fix. But I found it a bit confusing. (And, IMO, this syntax looks a little silly.) To make it clearer, maybe we can add a new variable to bsd.port.mk which you should set when Makefile in WRSRC handles NOMANCOMPRESS correctly? Any thought? Cheers, Max
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980824161117K.masafumi>