Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/13/2005 14:07:31
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Apr 13 14:07:31 UTC 2005

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

Log Message:
Fix error introduced in rev. 1.1606: "$${PKGVULNDIR}" should be
"${PKGVULNDIR}" (one $, not two).  This was causing the vulnerabilities
file to be looked for in the wrong place.  This fix makes the
check-vulnerable target actually parse the vulnerabilities file and
look for vulnerable installed packages again.


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

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