pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/baloo5



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Feb  2 10:49:33 UTC 2020

Modified Files:
        pkgsrc/sysutils/baloo5: Makefile

Log Message:
baloo5: autogen now uses json files


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/baloo5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/baloo5/Makefile
diff -u pkgsrc/sysutils/baloo5/Makefile:1.33 pkgsrc/sysutils/baloo5/Makefile:1.34
--- pkgsrc/sysutils/baloo5/Makefile:1.33        Wed Jan 29 11:49:27 2020
+++ pkgsrc/sysutils/baloo5/Makefile     Sun Feb  2 10:49:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/01/29 11:49:27 markd Exp $
+# $NetBSD: Makefile,v 1.34 2020/02/02 10:49:33 markd Exp $
 
 DISTNAME=      baloo-${KF5VER}
 PKGNAME=       baloo5-${KF5VER}
@@ -32,8 +32,8 @@ CONF_FILES+=  ${PREFIX}/share/examples/kd
 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.cmake
-SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+SUBST_FILES.fix-moc=   _KDE_build/src/kioslaves/kded/CMakeFiles/baloosearchmodule_autogen.dir/AutogenInfo.json
+SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index