summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authordarcy <darcy>2003-12-03 12:26:35 +0000
committerdarcy <darcy>2003-12-03 12:26:35 +0000
commit0b1748765add05b3b2da1d698418243f90cb2c74 (patch)
treea7611227638ce944706a27045a58e066d36da991 /lang/python
parent1349395120871cea75818f56b44767954536214e (diff)
downloadpkgsrc-0b1748765add05b3b2da1d698418243f90cb2c74.tar.gz
Revert previous change. I was trying to get pkglint to keep quiet but
Marc Recht pointed out that install is not the install command here but rather an argument to the Python setup program.
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 852f6b2c981..f955a919275 100644
--- a/lang/python/extension.mk
+++ b/lang/python/extension.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.8 2003/12/03 12:00:09 darcy Exp $
+# $NetBSD: extension.mk,v 1.9 2003/12/03 12:26:35 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)