summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2004-04-09 23:00:34 +0000
committerjschauma <jschauma@pkgsrc.org>2004-04-09 23:00:34 +0000
commitbcb05d60c265d31464b20621815c7ef4e8511517 (patch)
tree30f109d7776cd851ab04f887421df4a32c5d1d6b /mk
parentd555f0870e54c2bc03359eaa855dd2dfb08247dc (diff)
downloadpkgsrc-bcb05d60c265d31464b20621815c7ef4e8511517.tar.gz
Set EGREP to an actual egrep, not plain old grep.
This fixed my own PR pkg/25109, as using a proper egrep will allow buildlink to work.
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.IRIX.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk
index 3901cea55be..cc3d0fadc79 100644
--- a/mk/defs.IRIX.mk
+++ b/mk/defs.IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.42 2004/04/07 14:26:51 tv Exp $
+# $NetBSD: defs.IRIX.mk,v 1.43 2004/04/09 23:00:34 jschauma Exp $
#
# Variable definitions for the IRIX operating system.
@@ -16,7 +16,7 @@ DC?= /usr/bin/dc
DIRNAME?= /usr/bin/dirname
ECHO?= /sbin/echo
ECHO_N?= ${ECHO} -n
-EGREP?= /bin/grep
+EGREP?= /usr/bin/egrep
EXPR?= /bin/expr
FALSE?= /usr/bin/false
FGREP?= /usr/bin/fgrep