From cccd0de51405e49fb3829710fb0778976d2c716a Mon Sep 17 00:00:00 2001 From: markd Date: Thu, 19 Jan 2017 09:40:50 +0000 Subject: More automoc cleanup --- sysutils/baloo5/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/baloo5/Makefile b/sysutils/baloo5/Makefile index 3d540a426aa..fe3c699fb2e 100644 --- a/sysutils/baloo5/Makefile +++ b/sysutils/baloo5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/12/04 05:17:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2017/01/19 09:43:37 markd Exp $ DISTNAME= baloo-${KF5VER} PKGNAME= baloo5-${KF5VER} @@ -23,6 +23,12 @@ CONF_FILES+= ${PREFIX}/share/examples/baloo5/baloo_file.desktop \ post-extract: cp ${FILESDIR}/FindLibinotify.cmake ${WRKSRC}/cmake/ +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_automoc.dir/AutogenInfo.cmake +SUBST_SED.fix-moc= -e 's,;${PREFIX}/include;,;,g' + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "Linux" -- cgit v1.2.3