summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordarcy <darcy>2003-12-03 12:00:09 +0000
committerdarcy <darcy>2003-12-03 12:00:09 +0000
commit39bf407adce75afb28e768f771cbad87be382740 (patch)
treec1f116b02e2dcb0d48b6adea7e161395ab5f0120 /lang
parent8c378dc26995c39611d8d8e8d820646165b1f411 (diff)
downloadpkgsrc-39bf407adce75afb28e768f771cbad87be382740.tar.gz
Change hard coded call of install to use INSTALL environment variable.
Diffstat (limited to 'lang')
-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)