diff options
author | grant <grant> | 2002-12-25 16:53:51 +0000 |
---|---|---|
committer | grant <grant> | 2002-12-25 16:53:51 +0000 |
commit | 595c286e787303fbfed4a4c2c13b63ee90cf833a (patch) | |
tree | 975bb2dccb97b13462a8dc67e62f7e47fa7ef41f /lang/python22-pth | |
parent | ee3abf102babdf15b8c9a89088231da1bf96e2ee (diff) | |
download | pkgsrc-595c286e787303fbfed4a4c2c13b63ee90cf833a.tar.gz |
Use automatic PLIST handling.
Diffstat (limited to 'lang/python22-pth')
-rw-r--r-- | lang/python22-pth/Makefile | 4 | ||||
-rw-r--r-- | lang/python22-pth/PLIST.Linux (renamed from lang/python22-pth/PLIST.linux) | 2 | ||||
-rw-r--r-- | lang/python22-pth/PLIST.NetBSD | 2 | ||||
-rw-r--r-- | lang/python22-pth/PLIST.netbsd | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile index 95d691d919d..4d565e02eed 100644 --- a/lang/python22-pth/Makefile +++ b/lang/python22-pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/25 10:48:48 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/25 16:57:43 grant Exp $ # DISTNAME= Python-2.2.2 @@ -17,8 +17,6 @@ GNU_CONFIGURE= YES .include "../../mk/bsd.prefs.mk" PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//} -PLIST_SRC= ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} \ - ${PKGDIR}/PLIST.common_end .if ${OPSYS} == "NetBSD" CONFIGURE_ARGS+= --with-pth diff --git a/lang/python22-pth/PLIST.linux b/lang/python22-pth/PLIST.Linux index 343b40e6540..24ad04bf71a 100644 --- a/lang/python22-pth/PLIST.linux +++ b/lang/python22-pth/PLIST.Linux @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.linux,v 1.1.1.1 2002/10/25 10:48:48 drochner Exp $ +@comment $NetBSD: PLIST.Linux,v 1.1 2002/12/25 16:57:43 grant Exp $ lib/python2p2/plat-linux2/CDROM.py lib/python2p2/plat-linux2/CDROM.pyc lib/python2p2/plat-linux2/CDROM.pyo diff --git a/lang/python22-pth/PLIST.NetBSD b/lang/python22-pth/PLIST.NetBSD new file mode 100644 index 00000000000..7a42aacd9fa --- /dev/null +++ b/lang/python22-pth/PLIST.NetBSD @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.NetBSD,v 1.1 2002/12/25 16:57:44 grant Exp $ +lib/python2p2/lib-dynload/bsddb.so diff --git a/lang/python22-pth/PLIST.netbsd b/lang/python22-pth/PLIST.netbsd deleted file mode 100644 index 4dc9e7fa825..00000000000 --- a/lang/python22-pth/PLIST.netbsd +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.netbsd,v 1.1.1.1 2002/10/25 10:48:48 drochner Exp $ -lib/python2p2/lib-dynload/bsddb.so |