summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordarcy <darcy@pkgsrc.org>2003-12-03 12:26:35 +0000
committerdarcy <darcy@pkgsrc.org>2003-12-03 12:26:35 +0000
commit4293df08331550d1ce637202c8653d6c9c90832a (patch)
treea7611227638ce944706a27045a58e066d36da991 /lang
parent329ca19d32a01495100211e8ba0c0695a8ae6734 (diff)
downloadpkgsrc-4293df08331550d1ce637202c8653d6c9c90832a.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')
-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)