summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-06-05 00:23:29 +0000
committerjschauma <jschauma@pkgsrc.org>2003-06-05 00:23:29 +0000
commite8fa35b02cd2d6eb03b5c1524ef640beb72cd6b9 (patch)
tree00327c20623ec4376781e03f01c405e13e61569a
parent03488b35c036ef5bd012f063fdf072b58b263c9f (diff)
downloadpkgsrc-e8fa35b02cd2d6eb03b5c1524ef640beb72cd6b9.tar.gz
Use a better value as LOWER_OPSYS for IRIX.
-rw-r--r--mk/bsd.prefs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index e9201536b2c..b160005e955 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.112 2003/04/21 01:54:33 grant Exp $
+# $NetBSD: bsd.prefs.mk,v 1.113 2003/06/05 00:23:29 jschauma Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -118,8 +118,8 @@ MAKEFLAGS+= LOWER_ARCH=${LOWER_ARCH}
LOWER_VENDOR?= apple
.elif ${OPSYS:MIRIX*} != ""
-LOWER_ARCH!= ${UNAME} -p
-LOWER_OPSYS?= irix${OS_VERSION:C/\.[0-9]//}
+LOWER_ARCH!= ${UNAME} -p
+LOWER_OPSYS?= irix${OS_VERSION}
LOWER_VENDOR?= sgi
.elif !defined(LOWER_OPSYS)