pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kitty



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 05:57:10 UTC 2020

Modified Files:
        pkgsrc/x11/kitty: Makefile

Log Message:
x11/kitty: remove nonexistent file from REPLACE_PYTHON


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/kitty/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/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.16 pkgsrc/x11/kitty/Makefile:1.17
--- pkgsrc/x11/kitty/Makefile:1.16      Sat May 16 17:20:54 2020
+++ pkgsrc/x11/kitty/Makefile   Fri May 22 05:57:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/05/16 17:20:54 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/05/22 05:57:10 rillig Exp $
 
 DISTNAME=      kitty-0.16.0
 PKGREVISION=   2
@@ -32,8 +32,6 @@ SUBST_MESSAGE.python= Replacing path to 
 SUBST_FILES.python=    docs/Makefile
 SUBST_SED.python+=     -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX},g"
 
-REPLACE_PYTHON+=       kitty/launcher/kitty
-
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index