Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kitty x11/kitty: remove no-op file from SUBST_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b896ed78c8a
branches:  trunk
changeset: 431812:5b896ed78c8a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 17:20:54 2020 +0000

description:
x11/kitty: remove no-op file from SUBST_FILES

diffstat:

 x11/kitty/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r f2ca15ebdb7f -r 5b896ed78c8a x11/kitty/Makefile
--- a/x11/kitty/Makefile        Sat May 16 17:20:21 2020 +0000
+++ b/x11/kitty/Makefile        Sat May 16 17:20:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/03/10 22:11:15 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/16 17:20:54 rillig Exp $
 
 DISTNAME=      kitty-0.16.0
 PKGREVISION=   2
@@ -29,8 +29,7 @@
 SUBST_CLASSES+=                python
 SUBST_STAGE.python=    pre-build
 SUBST_MESSAGE.python=  Replacing path to Sphinx.
-SUBST_FILES.python+=   Makefile
-SUBST_FILES.python+=   docs/Makefile
+SUBST_FILES.python=    docs/Makefile
 SUBST_SED.python+=     -e "s,sphinx-build,sphinx-build-${PYVERSSUFFIX},g"
 
 REPLACE_PYTHON+=       kitty/launcher/kitty



Home | Main Index | Thread Index | Old Index