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