diff options
author | markd <markd@pkgsrc.org> | 2002-10-30 10:55:41 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-30 10:55:41 +0000 |
commit | e4c731250106f2ef213896922482e003008b5bc2 (patch) | |
tree | e7e9528b61bd23afce5ce7b214d170a4b220d250 /lang/python22/Makefile | |
parent | e28fa309cc78bc0e580bdaf3127ca45b09bd79c7 (diff) | |
download | pkgsrc-e4c731250106f2ef213896922482e003008b5bc2.tar.gz |
Add PLIST for Solaris.
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 |