pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/kate



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 24 01:02:56 UTC 2020

Modified Files:
        pkgsrc/editors/kate: Makefile

Log Message:
kate: allow noop on fix-moc SUBST.

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/editors/kate/Makefile

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

Modified files:

Index: pkgsrc/editors/kate/Makefile
diff -u pkgsrc/editors/kate/Makefile:1.54 pkgsrc/editors/kate/Makefile:1.55
--- pkgsrc/editors/kate/Makefile:1.54   Sun Apr 12 08:28:36 2020
+++ pkgsrc/editors/kate/Makefile        Sun May 24 01:02:56 2020
@@ -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_STAGE.fix-moc=  post-configure
 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