Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 03/26/2001 20:04:51
Module Name:	pkgsrc
Committed By:	fredb
Date:		Mon Mar 26 17:04:51 UTC 2001

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Correctly handle the common case where "MANZ" setting is protected
by ".ifdef BSD_PKG_MK" in /etc/mk.conf, but "MANZ" handling, in
the package, relys on the system's "bsd.man.mk", which _CAN_
_NOT_ see variables protected by ".ifdef BSD_PKG_MK".  By passing
"MANZ" in through "MAKE_ENV", only if "MANZ" is defined, we ensure
that the PLIST handling and the package's own handling are on the
same wavelength.


To generate a diff of this commit:
cvs rdiff -r1.697 -r1.698 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.