pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Revert previous change. I was trying to g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/788ae422832a
branches:  trunk
changeset: 463994:788ae422832a
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Wed Dec 03 12:26:35 2003 +0000

description:
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:

 lang/python/extension.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba969f5d27d9 -r 788ae422832a lang/python/extension.mk
--- a/lang/python/extension.mk  Wed Dec 03 12:08:02 2003 +0000
+++ b/lang/python/extension.mk  Wed Dec 03 12:26:35 2003 +0000
@@ -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-install:
        (cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} \
-        ${PYSETUP} ${INSTALL} ${_PYSETUPINSTALLARGS})
+        ${PYSETUP} install ${_PYSETUPINSTALLARGS})
 .endif
 
 .if defined(PY_PATCHPLIST)



Home | Main Index | Thread Index | Old Index