Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 06/23/2005 18:12:20
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jun 23 18:12:20 UTC 2005

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

Log Message:
Drop CHECK_WRKREF_IS_TEXT_FILE and modify the semantics of CHECK_WRKREF
so that it's a list of options, or "no".  The valid options are:

	work	check files for ${WRKDIR}
	tools	check files for ${TOOLS_DIR}

where "work" supersedes "tools".  The default CHECK_WRKREF is "no"
unless PKG_DEVELOPER is defined, in which case it's "tools".


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/bsd.pkg.check.mk

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