diff options
author | markd <markd> | 2017-01-19 09:40:50 +0000 |
---|---|---|
committer | markd <markd> | 2017-01-19 09:40:50 +0000 |
commit | 94e1df1c55e723ff9359dae26e9ac380536bfb1b (patch) | |
tree | 735cbe9e8a19c1b2a60d03ff83ec522d947fdf40 /sysutils | |
parent | 661859e01f995800528dd357658251e101a0d753 (diff) | |
download | pkgsrc-94e1df1c55e723ff9359dae26e9ac380536bfb1b.tar.gz |
More automoc cleanup
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/baloo5/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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" |