pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/marble
Module Name: pkgsrc
Committed By: markd
Date: Sun May 24 02:00:28 UTC 2020
Modified Files:
pkgsrc/misc/marble: Makefile
Log Message:
marble: 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.51 -r1.52 pkgsrc/misc/marble/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/marble/Makefile
diff -u pkgsrc/misc/marble/Makefile:1.51 pkgsrc/misc/marble/Makefile:1.52
--- pkgsrc/misc/marble/Makefile:1.51 Sun Apr 12 08:28:01 2020
+++ pkgsrc/misc/marble/Makefile Sun May 24 02:00:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/04/12 08:28:01 adam Exp $
+# $NetBSD: Makefile,v 1.52 2020/05/24 02:00:28 markd Exp $
DISTNAME= marble-${KAPPSVER}
PKGREVISION= 3
@@ -17,8 +17,8 @@ USE_TOOLS+= msgmerge perl
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/plugins/*/*/CMakeFiles/*_autogen.dir/AutogenInfo.cmake
SUBST_FILES.fix-moc= _KDE_build/src/apps/*/CMakeFiles/*_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g'
SUBST_CLASSES+= xdg
Home |
Main Index |
Thread Index |
Old Index