pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 29 17:58:26 UTC 2018

Modified Files:
        pkgsrc/lang/python: extension.mk

Log Message:
Removed duplicated PYSETUPINSTALLARGS


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/python/extension.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/python/extension.mk
diff -u pkgsrc/lang/python/extension.mk:1.52 pkgsrc/lang/python/extension.mk:1.53
--- pkgsrc/lang/python/extension.mk:1.52        Sun Mar 25 07:32:19 2018
+++ pkgsrc/lang/python/extension.mk     Thu Mar 29 17:58:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: extension.mk,v 1.52 2018/03/25 07:32:19 adam Exp $
+# $NetBSD: extension.mk,v 1.53 2018/03/29 17:58:26 adam Exp $
 
 .include "../../lang/python/pyversion.mk"
 
@@ -29,7 +29,6 @@ PYSETUPOPTARGS?=      -c -O1
 _PYSETUPINSTALLARGS=   ${PYSETUPINSTALLARGS} ${PYSETUPOPTARGS} ${_PYSETUPTOOLSINSTALLARGS}
 _PYSETUPINSTALLARGS+=  --root=${DESTDIR:Q}
 PY_PATCHPLIST?=                yes
-PYSETUPINSTALLARGS?=   #empty
 PYSETUPTESTTARGET?=    test
 PYSETUPTESTARGS?=      #empty
 PYSETUPSUBDIR?=                #empty



Home | Main Index | Thread Index | Old Index