summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-04-05 01:01:31 +0000
committerjschauma <jschauma>2003-04-05 01:01:31 +0000
commitc189359487595b9f4dbbeab21b3bd1b67816d03f (patch)
treed616f91624961ec1e2d8ffd06e9397a484c883d0 /lang/python22
parent09f9b50dee250080474a65e836df29e27297dc23 (diff)
downloadpkgsrc-c189359487595b9f4dbbeab21b3bd1b67816d03f.tar.gz
IRIX also uses LOWER_OPSYS as PY_PLATFORM.
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 214d21969c5..0f285429996 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/02/06 21:02:58 drochner Exp $
+# $NetBSD: Makefile,v 1.13 2003/04/05 01:01:31 jschauma Exp $
#
DISTNAME= Python-2.2.2
@@ -20,7 +20,7 @@ GNU_CONFIGURE= YES
LOWER_OPSYS= sunos
.endif
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "IRIX"
PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}
.else
PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//}