From 551a235956b72711f14b6ffc43c3dd6701aac1a4 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 24 May 2020 01:30:21 +0000 Subject: [PATCH] baloo5: remove obsolete file from xdg SUBST. allow noop on fix-moc SUBST. fix-moc SUBST is a noop on some platforms, required on others. --- sysutils/baloo5/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/baloo5/Makefile b/sysutils/baloo5/Makefile index 9779233c8c53..d9d842685626 100644 --- a/sysutils/baloo5/Makefile +++ b/sysutils/baloo5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2020/04/12 08:28:06 adam Exp $ +# $NetBSD: Makefile,v 1.38 2020/05/24 01:30:21 markd Exp $ DISTNAME= baloo-${KF5VER} PKGNAME= baloo5-${KF5VER} @@ -20,7 +20,7 @@ USE_TOOLS+= msgmerge SUBST_CLASSES+= xdg SUBST_STAGE.xdg= pre-configure SUBST_MESSAGE.xdg= Install via examples dir. -SUBST_FILES.xdg= CMakeLists.txt src/file/CMakeLists.txt +SUBST_FILES.xdg= src/file/CMakeLists.txt SUBST_SED.xdg= -e 's:{AUTOSTART_INSTALL_DIR}:{KDE_INSTALL_AUTOSTARTEXDIR}:' MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/autostart @@ -34,6 +34,7 @@ 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.json +SUBST_NOOP_OK.fix-moc= yes SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' .include "../../mk/bsd.prefs.mk"