diff options
author | tv <tv@pkgsrc.org> | 2005-01-25 13:09:03 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-25 13:09:03 +0000 |
commit | 04e678d35da734936052fc786b0886c107a8070a (patch) | |
tree | adbcf3b8a71b28e39894a09f098f52ae557debfc /lang/python22/Makefile | |
parent | a8d65113b1f4a38aa506881223af543df84a36b6 (diff) | |
download | pkgsrc-04e678d35da734936052fc786b0886c107a8070a.tar.gz |
Add PLIST for Interix, and move a couple more now-platform-dependent
modules into the other PLIST fragments.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 71909a71db1..4a9052af522 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/01/23 20:41:47 recht Exp $ +# $NetBSD: Makefile,v 1.24 2005/01/25 13:09:03 tv Exp $ # DISTNAME= Python-2.2.3 @@ -32,7 +32,7 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python22/PLIST.${OPSYS} .endif PLIST_SRC+= ${.CURDIR}/../../lang/python22/PLIST.common_end -.if ${OPSYS} == "Darwin" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS} .elif ${OPSYS} == "IRIX" PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS:C/\..*//} |