summaryrefslogtreecommitdiff
path: root/mk/defs.IRIX.mk
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-04-09 23:00:34 +0000
committerjschauma <jschauma>2004-04-09 23:00:34 +0000
commit13d9659c9c6add677e0de113fc9ba09777cd4c51 (patch)
tree30f109d7776cd851ab04f887421df4a32c5d1d6b /mk/defs.IRIX.mk
parent504f167d18a049d54f7dbc1abc8f24a7593745f6 (diff)
downloadpkgsrc-13d9659c9c6add677e0de113fc9ba09777cd4c51.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/defs.IRIX.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