diff options
author | markd <markd@pkgsrc.org> | 2020-05-24 01:10:30 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-05-24 01:10:30 +0000 |
commit | 26ea62db10f7ed63e8e214fdd86dd402ba2befa1 (patch) | |
tree | dca83130e2d78dc5cae8762f877f181d93913662 /x11 | |
parent | fa061aa184c173f29ea29ad86e8ce430c43d0404 (diff) | |
download | pkgsrc-26ea62db10f7ed63e8e214fdd86dd402ba2befa1.tar.gz |
plasma-framework: allow noop on fix-moc SUBST.
fix-moc SUBST is a noop on some platforms, required on others.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/plasma-framework/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/plasma-framework/Makefile b/x11/plasma-framework/Makefile index 1f09fb90901..e148befe357 100644 --- a/x11/plasma-framework/Makefile +++ b/x11/plasma-framework/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/04/12 08:28:13 adam Exp $ +# $NetBSD: Makefile,v 1.37 2020/05/24 01:10:30 markd Exp $ DISTNAME= plasma-framework-${KF5VER} PKGREVISION= 3 @@ -18,6 +18,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/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative_autogen.dir/AutogenInfo.json +SUBST_NOOP_OK.fix-moc= yes SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' .include "../../devel/kdeclarative/buildlink3.mk" |