Add PLIST for Solaris.
This commit is contained in:
parent
e28fa309cc
commit
e4c7312501
2 changed files with 22 additions and 1 deletions
|
@ -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
|
||||
|
|
17
lang/python22/PLIST.sunos
Normal file
17
lang/python22/PLIST.sunos
Normal file
|
@ -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
|
Loading…
Reference in a new issue