diff options
author | markd <markd@pkgsrc.org> | 2020-02-02 11:00:05 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-02-02 11:00:05 +0000 |
commit | cc2579cbbc636aac69dfdd0266e8dfca2111b5cd (patch) | |
tree | 44b9bc87535c5c6a015ac5a44d635e956a8faca5 /www/khtml/Makefile | |
parent | dd3b5586f1b1e4afa523c15d45b434a9ff1251f0 (diff) | |
download | pkgsrc-cc2579cbbc636aac69dfdd0266e8dfca2111b5cd.tar.gz |
khtml: autogen now uses json files
Diffstat (limited to 'www/khtml/Makefile')
-rw-r--r-- | www/khtml/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/khtml/Makefile b/www/khtml/Makefile index 3e5a0620112..798a1e748af 100644 --- a/www/khtml/Makefile +++ b/www/khtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2020/01/29 11:49:29 markd Exp $ +# $NetBSD: Makefile,v 1.38 2020/02/02 11:00:05 markd Exp $ DISTNAME= khtml-${KF5VER} CATEGORIES= www @@ -16,10 +16,10 @@ USE_TOOLS+= perl msgfmt 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/CMakeFiles/khtmlpart_autogen.dir/AutogenInfo.cmake -SUBST_FILES.fix-moc+= _KDE_build/src/CMakeFiles/khtmlimagepart_autogen.dir/AutogenInfo.cmake -SUBST_FILES.fix-moc+= _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.cmake -SUBST_SED.fix-moc= -e 's,;${PREFIX}/include;,;,g' +SUBST_FILES.fix-moc= _KDE_build/src/CMakeFiles/khtmlpart_autogen.dir/AutogenInfo.json +SUBST_FILES.fix-moc+= _KDE_build/src/CMakeFiles/khtmlimagepart_autogen.dir/AutogenInfo.json +SUBST_FILES.fix-moc+= _KDE_build/src/kmultipart/CMakeFiles/kmultipart_autogen.dir/AutogenInfo.json +SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' SUBST_CLASSES+= xdg SUBST_STAGE.xdg= pre-configure |