summaryrefslogtreecommitdiff
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
commit291b036e4dbda8e83ec7a3ac7128bc62933264d3 (patch)
treea7611227638ce944706a27045a58e066d36da991
parent2bd020b72db8160e5b4870523ecc918c9f714096 (diff)
downloadpkgsrc-291b036e4dbda8e83ec7a3ac7128bc62933264d3.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.
-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)