summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorchristos <christos>1999-06-23 20:17:59 +0000
committerchristos <christos>1999-06-23 20:17:59 +0000
commit6ce32eda9dd0334c483a4b26960a77e774b6efad (patch)
treea980fa53b92fddd638836d3723b1c6f6ad9cfad3 /mk/bsd.pkg.mk
parentc336166f0093ff7661a9e577268b60f08490fd5a (diff)
downloadpkgsrc-6ce32eda9dd0334c483a4b26960a77e774b6efad.tar.gz
typo in the path for grep
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
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