summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2020-05-24 01:45:31 +0000
committermarkd <markd@pkgsrc.org>2020-05-24 01:45:31 +0000
commit2ce441786f6ee6e58463da504ce979891303275a (patch)
tree5c179cd395488c00b42f2c09ea317ca03f666ff4 /print
parent6a021ac577ccd346b3c76e26dd5194a61ccdc617 (diff)
downloadpkgsrc-2ce441786f6ee6e58463da504ce979891303275a.tar.gz
okular: allow noop on fix-moc SUBST.
fix-moc SUBST is a noop on some platforms, required on others.
Diffstat (limited to 'print')
-rw-r--r--print/okular/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/okular/Makefile b/print/okular/Makefile
index d8a3b7ce574..95f55c4a819 100644
--- a/print/okular/Makefile
+++ b/print/okular/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2020/05/22 10:56:34 adam Exp $
+# $NetBSD: Makefile,v 1.98 2020/05/24 01:45:31 markd Exp $
DISTNAME= okular-${KAPPSVER}
PKGREVISION= 7
@@ -20,6 +20,7 @@ SUBST_STAGE.fix-moc= post-configure
SUBST_MESSAGE.fix-moc= Cleaning up MOC includes
SUBST_FILES.fix-moc= _KDE_build/generators/*/CMakeFiles/okularGenerator_*_autogen.dir/AutogenInfo.json
SUBST_FILES.fix-moc+= _KDE_build/CMakeFiles/okularpart_autogen.dir/AutogenInfo.json
+SUBST_NOOP_OK.fix-moc= yes
SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g'
.include "../../devel/chmlib/buildlink3.mk"