pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/khtml khtml: autogen now uses json files



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce89dd0b2447
branches:  trunk
changeset: 422747:ce89dd0b2447
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Feb 02 11:00:05 2020 +0000

description:
khtml: autogen now uses json files

diffstat:

 www/khtml/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 8de8bc2a476b -r ce89dd0b2447 www/khtml/Makefile
--- a/www/khtml/Makefile        Sun Feb 02 10:49:33 2020 +0000
+++ b/www/khtml/Makefile        Sun Feb 02 11:00:05 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index