diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-06-19 19:29:32 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-06-19 19:29:32 +0000 |
commit | ca49c77afc3165ec484bd9d2a690c48fec81321a (patch) | |
tree | a6d63797a4394b774c014b8d899cb83789afe14d /mail/notmuch/files/patch-doc_Makefile.local | |
parent | bdbdca878eb1b636cdc3780fb4d5b389bf67c2d9 (diff) | |
download | freebsd-ports-ca49c77afc3165ec484bd9d2a690c48fec81321a.zip |
mail/notmuch,mail/notmuch-emacs,mail/py-notmuch: update 0.26.2 -> 0.27
- add LICENSE to pet portlint
- remove BROKEN_powerpc64 since the cause has been fixed in ports r471400
- adjust to upstream's new info page handling
- fix parallel installation of flavored mail/py-notmuch
PR: 229075
Submitted by: Sebastian Schwarz <seschwar@gmail.com> (maintainer)
Relnotes: https://notmuchmail.org/pipermail/notmuch/2018/026684.html
Diffstat (limited to 'mail/notmuch/files/patch-doc_Makefile.local')
-rw-r--r-- | mail/notmuch/files/patch-doc_Makefile.local | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/notmuch/files/patch-doc_Makefile.local b/mail/notmuch/files/patch-doc_Makefile.local new file mode 100644 index 000000000000..08b8ad5de116 --- /dev/null +++ b/mail/notmuch/files/patch-doc_Makefile.local @@ -0,0 +1,11 @@ +--- doc/Makefile.local.orig 2018-06-16 21:06:47 UTC ++++ doc/Makefile.local +@@ -44,7 +44,7 @@ sphinx-texinfo: + $(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(DOCBUILDDIR)/texinfo + + sphinx-info: sphinx-texinfo +- make -C $(DOCBUILDDIR)/texinfo info ++ $(MAKE) -C $(DOCBUILDDIR)/texinfo info + + # Use the man page converter that is available. We should never depend + # on MAN_ROFF_FILES if a converter is not available. |