Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 04/18/2002 18:54:37
Module Name:	pkgsrc
Committed By:	agc
Date:		Thu Apr 18 15:54:37 UTC 2002

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

Log Message:
When creating the ${DLIST} file in the update target, don't create the
${WRKDIR} every time with "mkdir -p" - instead, use the ${WRKDIR}
target, so that any symlinks to it are created properly.

Also, when creating the ${DLIST} file in the update target, don't pipe
the output of pkg_info -R through "tail -n +4" - simply use pkg_info -qR
to achieve the same results.


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

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