pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-Tk



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan  3 06:24:42 UTC 2020

Modified Files:
        pkgsrc/x11/py-Tk: Makefile

Log Message:
py-Tk: PY_PATCHPLIST is redundant


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/x11/py-Tk/Makefile

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

Modified files:

Index: pkgsrc/x11/py-Tk/Makefile
diff -u pkgsrc/x11/py-Tk/Makefile:1.68 pkgsrc/x11/py-Tk/Makefile:1.69
--- pkgsrc/x11/py-Tk/Makefile:1.68      Thu Jan  2 18:59:05 2020
+++ pkgsrc/x11/py-Tk/Makefile   Fri Jan  3 06:24:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2020/01/02 18:59:05 markd Exp $
+# $NetBSD: Makefile,v 1.69 2020/01/03 06:24:42 adam Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-Tk-${PY_DISTVERSION}
 PKGREVISION=   5
@@ -14,7 +14,6 @@ USE_GCC_RUNTIME=      yes
 EXTRACT_ELEMENTS=      ${PYSUBDIR}/Modules/_tkinter.c \
                        ${PYSUBDIR}/Modules/tkappinit.c
 PYDISTUTILSPKG=                yes
-PY_PATCHPLIST=         yes
 PY_SETUP_SUBST+=       BLPREFIX=${LOCALBASE}
 PY_SETUP_SUBST+=       TCLRTPREFIX=${BUILDLINK_PREFIX.tcl}
 PY_SETUP_SUBST+=       TKRTPREFIX=${BUILDLINK_PREFIX.tk}



Home | Main Index | Thread Index | Old Index