Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 02/12/2005 00:27:42
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat Feb 12 00:27:42 UTC 2005

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

Log Message:
Don't use the -nt operator for ${TEST}. It is not defined in POSIX, and
not provided by the Solaris 9 /bin/sh. Use the find(1) -newer expression
instead, as it expresses exactly what we want, compared to the "ls -t"
hack.


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

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