summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"