summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/python/extension.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/extension.mk b/lang/python/extension.mk
index ec8c0453ad7..852f6b2c981 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.7 2003/11/03 18:25:01 recht Exp $
+# $NetBSD: extension.mk,v 1.8 2003/12/03 12:00:09 darcy Exp $
# derive a python version from the package name if possible
# optionally handled quoted package names
@@ -29,7 +29,7 @@ do-build:
do-install:
(cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} \
- ${PYSETUP} install ${_PYSETUPINSTALLARGS})
+ ${PYSETUP} ${INSTALL} ${_PYSETUPINSTALLARGS})
.endif
.if defined(PY_PATCHPLIST)