summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-10-05 10:53:20 +0000
committerminskim <minskim@pkgsrc.org>2004-10-05 10:53:20 +0000
commit0a48e7d382e8199018716fea950e80f459d9bbed (patch)
treea7091d13e7550c9904068ee7ed39776025cf76fa /lang
parentb64eb097b7c96e723f3da6590f642df5996ef681 (diff)
downloadpkgsrc-0a48e7d382e8199018716fea950e80f459d9bbed.tar.gz
Do not append OS_VERSION to PY_PLATNAME on Interix; Use LOWER_OPSYS only.
Diffstat (limited to 'lang')
-rw-r--r--lang/python23/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index 39522054e8e..85a76069e66 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2004/10/03 00:15:02 tv Exp $
+# $NetBSD: Makefile.common,v 1.17 2004/10/05 10:53:20 minskim Exp $
#
DISTNAME= Python-2.3.4
@@ -33,7 +33,7 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python23/PLIST.common_end
LOWER_OPSYS= sunos
.endif
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "IRIX"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" || ${OPSYS} == "IRIX"
PY_PLATNAME= ${LOWER_OPSYS}
.else
PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION:C/\..*//}