pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/baloo5 baloo5: autogen now uses json files



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8de8bc2a476b
branches:  trunk
changeset: 422746:8de8bc2a476b
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 02 10:49:33 2020 +0000

description:
baloo5: autogen now uses json files

diffstat:

 sysutils/baloo5/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5ac754329127 -r 8de8bc2a476b sysutils/baloo5/Makefile
--- a/sysutils/baloo5/Makefile  Sun Feb 02 10:41:02 2020 +0000
+++ b/sysutils/baloo5/Makefile  Sun Feb 02 10:49:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/01/29 11:49:27 markd Exp $
+# $NetBSD: Makefile,v 1.34 2020/02/02 10:49:33 markd Exp $
 
 DISTNAME=      baloo-${KF5VER}
 PKGNAME=       baloo5-${KF5VER}
@@ -32,8 +32,8 @@
 SUBST_CLASSES+=                fix-moc
 SUBST_STAGE.fix-moc=   post-configure
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
-SUBST_FILES.fix-moc=   _KDE_build/src/kioslaves/kded/CMakeFiles/baloosearchmodule_autogen.dir/AutogenInfo.cmake
-SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+SUBST_FILES.fix-moc=   _KDE_build/src/kioslaves/kded/CMakeFiles/baloosearchmodule_autogen.dir/AutogenInfo.json
+SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index