pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cantor



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 24 01:24:22 UTC 2020

Modified Files:
        pkgsrc/math/cantor: Makefile

Log Message:
cantor: allow noop on fix-moc SUBST.

fix-moc SUBST is a noop on some platforms, required on others.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/math/cantor/Makefile

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

Modified files:

Index: pkgsrc/math/cantor/Makefile
diff -u pkgsrc/math/cantor/Makefile:1.66 pkgsrc/math/cantor/Makefile:1.67
--- pkgsrc/math/cantor/Makefile:1.66    Fri May 22 10:56:21 2020
+++ pkgsrc/math/cantor/Makefile Sun May 24 01:24:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/05/22 10:56:21 adam Exp $
+# $NetBSD: Makefile,v 1.67 2020/05/24 01:24:22 markd Exp $
 
 DISTNAME=      cantor-${KAPPSVER}
 PKGREVISION=   7
@@ -58,6 +58,7 @@ SUBST_STAGE.fix-moc=  post-configure
 SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
 SUBST_FILES.fix-moc=   _KDE_build/src/backends/*/CMakeFiles/cantor_*backend_autogen.dir/AutogenInfo.json
 SUBST_FILES.fix-moc+=  _KDE_build/src/panelplugins/variablemgr/CMakeFiles/cantor_variablemanagerplugin_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
 SUBST_SED.fix-moc=     -e 's;"${PREFIX}/include",;;g'
 
 .include "../../devel/kpty/buildlink3.mk"



Home | Main Index | Thread Index | Old Index