diff options
author | markd <markd@pkgsrc.org> | 2020-05-24 01:02:56 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-05-24 01:02:56 +0000 |
commit | fa061aa184c173f29ea29ad86e8ce430c43d0404 (patch) | |
tree | 6bf5a8c8d1941b35b20f53e200b20ed4f3c75b3c /editors/kate | |
parent | 932ffbf6a47ab6abb56bcdbc0ebf2c4a0f692eca (diff) | |
download | pkgsrc-fa061aa184c173f29ea29ad86e8ce430c43d0404.tar.gz |
kate: allow noop on fix-moc SUBST.
fix-moc SUBST is a noop on some platforms, required on others.
Diffstat (limited to 'editors/kate')
-rw-r--r-- | editors/kate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 812397afad2..578ff6e4714 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2020/04/12 08:28:36 adam Exp $ +# $NetBSD: Makefile,v 1.55 2020/05/24 01:02:56 markd Exp $ DISTNAME= kate-${KAPPSVER} PKGREVISION= 3 @@ -20,6 +20,7 @@ SUBST_STAGE.fix-moc= post-configure SUBST_MESSAGE.fix-moc= Cleaning up MOC includes SUBST_FILES.fix-moc= _KDE_build/addons/*/CMakeFiles/*_autogen.dir/AutogenInfo.json SUBST_FILES.fix-moc+= _KDE_build/addons/*/*/CMakeFiles/*_autogen.dir/AutogenInfo.json +SUBST_NOOP_OK.fix-moc= yes SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' .include "../../sysutils/desktop-file-utils/desktopdb.mk" |