summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2020-02-02 10:49:33 +0000
committermarkd <markd@pkgsrc.org>2020-02-02 10:49:33 +0000
commitdd3b5586f1b1e4afa523c15d45b434a9ff1251f0 (patch)
tree10b2b4b4bec06c0652d76aa1b909fe87b09a6400 /sysutils
parent272246c9e02a3bddffe123e677b0b6920998a7d7 (diff)
downloadpkgsrc-dd3b5586f1b1e4afa523c15d45b434a9ff1251f0.tar.gz
baloo5: autogen now uses json files
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/baloo5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/baloo5/Makefile b/sysutils/baloo5/Makefile
index af9855cce36..c04bdae7735 100644
--- a/sysutils/baloo5/Makefile
+++ b/sysutils/baloo5/Makefile
@@ -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 @@ CONF_FILES+= ${PREFIX}/share/examples/kde-xdg/autostart/baloo_file.desktop \
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"