Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/14/2005 18:02:38
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri Jan 14 18:02:38 UTC 2005

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

Log Message:
Automatically add any of the {CONF,SUPPORT}_FILES and {MAKE,OWN}_DIRS stuff
to CHECK_FILES_SKIP to avoid some false positives.  These directories are
created in the pre-install stage so are included in the generated file list.
The files are also added to silence some problems that may arise during
"make replace".  Found by wiz@ in the gtk2 package.


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 pkgsrc/mk/bsd.pkg.install.mk
cvs rdiff -r1.1561 -r1.1562 pkgsrc/mk/bsd.pkg.mk

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