diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-06-05 00:23:29 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-06-05 00:23:29 +0000 |
commit | e8fa35b02cd2d6eb03b5c1524ef640beb72cd6b9 (patch) | |
tree | 00327c20623ec4376781e03f01c405e13e61569a /mk/bsd.prefs.mk | |
parent | 03488b35c036ef5bd012f063fdf072b58b263c9f (diff) | |
download | pkgsrc-e8fa35b02cd2d6eb03b5c1524ef640beb72cd6b9.tar.gz |
Use a better value as LOWER_OPSYS for IRIX.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 6 |
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) |