Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 03/09/2006 23:31:51
Module Name: pkgsrc
Committed By: jlam
Date: Thu Mar 9 23:31:51 UTC 2006
Modified Files:
pkgsrc/mk: bsd.pkg.mk
pkgsrc/mk/install: bsd.pkginstall.mk
Removed Files:
pkgsrc/mk/install: pkginstall.mk
Log Message:
Make it safe to include bsd.pkginstall.mk directly in bsd.pkg.mk, and
drop pkginstall.mk, which did the same thing. Also, rework some of
the targets so that we avoid needing to inspect *_MEMBERS variables
within make -- we defer the check to the shell code invoked by the
targets.
All changes are internal and don't affect existing packages in a
visible way.
To generate a diff of this commit:
cvs rdiff -r1.1803 -r1.1804 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.35 -r1.36 pkgsrc/mk/install/bsd.pkginstall.mk
cvs rdiff -r1.4 -r0 pkgsrc/mk/install/pkginstall.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.