diff options
Diffstat (limited to 'lang/python22')
-rw-r--r-- | lang/python22/Makefile | 6 | ||||
-rw-r--r-- | lang/python22/PLIST.sunos | 17 |
2 files changed, 22 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 diff --git a/lang/python22/PLIST.sunos b/lang/python22/PLIST.sunos new file mode 100644 index 00000000000..41e7d8b6c6e --- /dev/null +++ b/lang/python22/PLIST.sunos @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST.sunos,v 1.1 2002/10/30 10:55:41 markd Exp $ +lib/python2.2/lib-dynload/sunaudiodev.so +lib/python2.2/plat-sunos5/CDIO.py +lib/python2.2/plat-sunos5/CDIO.pyc +lib/python2.2/plat-sunos5/CDIO.pyo +lib/python2.2/plat-sunos5/DLFCN.py +lib/python2.2/plat-sunos5/DLFCN.pyc +lib/python2.2/plat-sunos5/DLFCN.pyo +lib/python2.2/plat-sunos5/STROPTS.py +lib/python2.2/plat-sunos5/STROPTS.pyc +lib/python2.2/plat-sunos5/STROPTS.pyo +lib/python2.2/plat-sunos5/SUNAUDIODEV.py +lib/python2.2/plat-sunos5/SUNAUDIODEV.pyc +lib/python2.2/plat-sunos5/SUNAUDIODEV.pyo +lib/python2.2/plat-sunos5/TYPES.py +lib/python2.2/plat-sunos5/TYPES.pyc +lib/python2.2/plat-sunos5/TYPES.pyo |