Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/21/2005 01:55:53
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat May 21 01:55:53 UTC 2005

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

Log Message:
In computing _REPLACE_LOCALEDIR_PATTERNS_FIND_cmd, make sure the :sh
operator does not result in an empty string as make(1) doesn't like
them.  Also, rewrite the variable substitution for the find(1) command
to be more readable, and get rid of the extra grep(1) in favor of
using :N.


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

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