diff options
author | christos <christos@pkgsrc.org> | 1999-06-23 20:17:59 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 1999-06-23 20:17:59 +0000 |
commit | a4f6b00ca1808caf5d7f38065ebaa94ee774db24 (patch) | |
tree | a980fa53b92fddd638836d3723b1c6f6ad9cfad3 /mk | |
parent | 4bddce4378bb1d48b72116dec34ed11e97c6e3dc (diff) | |
download | pkgsrc-a4f6b00ca1808caf5d7f38065ebaa94ee774db24.tar.gz |
typo in the path for grep
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 6433481a8b5..2a1db9fc551 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.283 1999/06/23 17:06:21 christos Exp $ +# $NetBSD: bsd.pkg.mk,v 1.284 1999/06/23 20:17:59 christos Exp $ # # This file is in the public domain. # @@ -427,7 +427,7 @@ ECHO?= /bin/echo EGREP?= /bin/egrep FALSE?= /usr/false FILE?= /usr/bin/file -GREP?= /usr/grep +GREP?= /bin/grep GTAR?= /bin/tar GUNZIP_CMD?= /usr/bin/gunzip -f GZCAT?= /bin/zcat |