Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 04/11/2004 20:17:38
Module Name: pkgsrc
Committed By: jschauma
Date: Sun Apr 11 20:17:38 UTC 2004
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
egrep -x 'RE'
is the same as
egrep '^RE$'
Not all egrep's know the '-x' flag, so use the latter.
To generate a diff of this commit:
cvs rdiff -r1.1438 -r1.1439 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.