openbsd-ports/mail/mutt/patches/patch-doc_Makefile_am
sthen 4d3f9e056c Remove old version of mutt, which is missing fixes made to the 1.5
"snapshot" branch 9 years ago (in fact the 1.4 branch has really only
received a couple of security fixes since 2002).

No naysayers, and positive feedback about the removal from ajacoutot and brad.
2014-05-13 14:27:53 +00:00

13 lines
592 B
Plaintext

$OpenBSD: patch-doc_Makefile_am,v 1.1 2014/05/13 14:27:53 sthen Exp $
--- doc/Makefile.am.orig Fri Oct 18 05:48:24 2013
+++ doc/Makefile.am Mon Oct 21 20:20:29 2013
@@ -165,7 +165,7 @@ update-doc: stamp-doc-xml stamp-doc-chunked stamp-doc-
muttrc.man: makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail
$(MAKEDOC_CPP) $(top_srcdir)/init.h | ./makedoc$(EXEEXT) -m | \
- cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail\
+ cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail \
> muttrc.man
EDIT = sed -e 's,@sysconfdir\@,$(sysconfdir),g' \