Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/marble marble: allow noop on fix-moc SUBST.
details: https://anonhg.NetBSD.org/pkgsrc/rev/161c9d7cc3f0
branches: trunk
changeset: 432659:161c9d7cc3f0
user: markd <markd%pkgsrc.org@localhost>
date: Sun May 24 02:00:28 2020 +0000
description:
marble: allow noop on fix-moc SUBST.
fix-moc SUBST is a noop on some platforms, required on others.
diffstat:
misc/marble/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 3864b6b03ab1 -r 161c9d7cc3f0 misc/marble/Makefile
--- a/misc/marble/Makefile Sun May 24 01:45:31 2020 +0000
+++ b/misc/marble/Makefile Sun May 24 02:00:28 2020 +0000
@@ -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 @@
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