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:           Thu Jan 19 09:43:37 UTC 2017

Modified Files:
        pkgsrc/sysutils/baloo5: Makefile

Log Message:
More automoc cleanup


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/sysutils/baloo5/Makefile:1.5
--- pkgsrc/sysutils/baloo5/Makefile:1.4 Sun Dec  4 05:17:11 2016
+++ pkgsrc/sysutils/baloo5/Makefile     Thu Jan 19 09:43:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/12/04 05:17:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2017/01/19 09:43:37 markd Exp $
 
 DISTNAME=      baloo-${KF5VER}
 PKGNAME=       baloo5-${KF5VER}
@@ -23,6 +23,12 @@ CONF_FILES+=    ${PREFIX}/share/examples
 post-extract:
        cp ${FILESDIR}/FindLibinotify.cmake ${WRKSRC}/cmake/
 
+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_automoc.dir/AutogenInfo.cmake
+SUBST_SED.fix-moc=     -e 's,;${PREFIX}/include;,;,g'
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} != "Linux"



Home | Main Index | Thread Index | Old Index