summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-05-29 09:40:09 +0000
committerminskim <minskim@pkgsrc.org>2005-05-29 09:40:09 +0000
commit04d3881862a3e0e75cff1a15521e90555e7d381f (patch)
treeef145124e9db1ea1223c230e8eb3161b287c2aeb /lang
parent95adf4fc4f0ed7b3bd47dcd3d34eaf6339d805c0 (diff)
downloadpkgsrc-04d3881862a3e0e75cff1a15521e90555e7d381f.tar.gz
Generate files at "build" instead of "install" so that "make clean"
always work.
Diffstat (limited to 'lang')
-rw-r--r--lang/python21/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
index c04b94a0763..3211504443b 100644
--- a/lang/python21/Makefile
+++ b/lang/python21/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/05/29 08:03:25 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2005/05/29 09:40:09 minskim Exp $
#
DISTNAME= Python-2.1.3
@@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --with-pth
PY_VER_SUFFIX= 2.1
+BUILD_TARGET= all ./Lib/plat-${PY_PLATNAME}
INSTALL_TARGET= altinstall
.include "../../mk/bsd.prefs.mk"