summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authortsarna <tsarna>2002-10-10 17:45:55 +0000
committertsarna <tsarna>2002-10-10 17:45:55 +0000
commit150938ad911773a0cad553a6074381846a352a73 (patch)
tree015b6f9fd12ea484a92138f985b67cfd62e37e59 /lang/python22
parent6f2b7647ebc433d0e127fd8036809311cc79e04d (diff)
downloadpkgsrc-150938ad911773a0cad553a6074381846a352a73.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/python22')
-rw-r--r--lang/python22/Makefile6
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: