Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 06/03/2000 14:51:58
Module Name:	pkgsrc
Committed By:	mycroft
Date:		Sat Jun  3 21:51:57 UTC 2000

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

Log Message:
* Fix a bug in clean-depends: the `sort -u' was ineffective because the `tr'
  was missing.
* Do make(1) pattern substitutions for fetch-list-recursive.
* Eliminate subshells in clean-depends and fetch-list-recursive.
* Make the rmdir for the WRKOBJDIR removal silent if it fails.
* Slight optimization to fetch-list-one-pkg: don't do the basename operation
  twice.


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

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