diff options
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index b26ae04d479..7d14b3811a1 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/15 16:16:34 tsarna Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/30 10:55:41 markd Exp $ # DISTNAME= Python-2.2.2 @@ -16,6 +16,10 @@ GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +LOWER_OPSYS= sunos +.endif + PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//} PLIST_SRC= ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} \ ${PKGDIR}/PLIST.common_end |