Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/kate kate: allow noop on fix-moc SUBST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e58ce1e4a48f
branches:  trunk
changeset: 432649:e58ce1e4a48f
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun May 24 01:02:56 2020 +0000

description:
kate: allow noop on fix-moc SUBST.

fix-moc SUBST is a noop on some platforms, required on others.

diffstat:

 editors/kate/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f519bf0d2da1 -r e58ce1e4a48f editors/kate/Makefile
--- a/editors/kate/Makefile     Sun May 24 00:55:17 2020 +0000
+++ b/editors/kate/Makefile     Sun May 24 01:02:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2020/04/12 08:28:36 adam Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/24 01:02:56 markd Exp $
 
 DISTNAME=      kate-${KAPPSVER}
 PKGREVISION=   3
@@ -20,6 +20,7 @@
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
 SUBST_FILES.fix-moc=   _KDE_build/addons/*/CMakeFiles/*_autogen.dir/AutogenInfo.json
 SUBST_FILES.fix-moc+=  _KDE_build/addons/*/*/CMakeFiles/*_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"



Home | Main Index | Thread Index | Old Index