diff options
author | tsarna <tsarna@pkgsrc.org> | 2002-10-10 17:45:55 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2002-10-10 17:45:55 +0000 |
commit | 2114d5e37cd876f08f4e51d57ed84e900e821a9f (patch) | |
tree | 015b6f9fd12ea484a92138f985b67cfd62e37e59 /lang | |
parent | b69eb2ebe61ffe254320c903fe41713b25a85c20 (diff) | |
download | pkgsrc-2114d5e37cd876f08f4e51d57ed84e900e821a9f.tar.gz |
Clean up my previous commit. The --withouts where no-ops (hence the
nned for the updated patch in the previous commit) and the empty
"PLIST_SRC+=" was kinda silly.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python22/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index e2619435527..ab2066ff64a 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/09/24 18:06:22 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/10 17:45:55 tsarna Exp $ # DISTNAME= Python-2.2.1 @@ -20,14 +20,10 @@ PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//} PLIST_SRC= ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} \ ${PKGDIR}/PLIST.common_end -CONFIGURE_ARGS+= --without-mpz --without-gdbm - .if ${OPSYS} == "NetBSD" CONFIGURE_ARGS+= --without-threads .endif -PLIST_SRC+= - INSTALL_TARGET= altinstall post-extract: |