diff options
author | grant <grant@pkgsrc.org> | 2002-12-25 12:35:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-25 12:35:04 +0000 |
commit | e5790177834cdb521f915a84055375ffd4d03620 (patch) | |
tree | 2f201b70583f41bb603e70624358c7b0ae392079 /lang/python22/Makefile | |
parent | 979fccc4031627dda13db8e511d9bfb67e9f5348 (diff) | |
download | pkgsrc-e5790177834cdb521f915a84055375ffd4d03620.tar.gz |
Use automatic PLIST handling.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index e77cab28f5d..455060e9a92 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/11/23 00:52:49 schmonz Exp $ +# $NetBSD: Makefile,v 1.10 2002/12/25 12:35:04 grant Exp $ # DISTNAME= Python-2.2.2 @@ -25,8 +25,6 @@ PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS} .else PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//} .endif -PLIST_SRC= ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} \ - ${PKGDIR}/PLIST.common_end .if ${OPSYS} == "NetBSD" CONFIGURE_ARGS+= --without-threads |