diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 10:13:59 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 10:13:59 +0000 |
| commit | 727d1370e3d65575ff5b282af1807b47abd74829 (patch) | |
| tree | 9b0bd4da678778ba73cab3a59881310e9e897158 /mail/mutt-devel/files/patch-doc-mutt.1 | |
| parent | - Update to 1.4.1 (diff) | |
- Update to mutt-1.5.10
- Update the maildir header cache patch
- Change the target when extra-patches are applied from pre-configure
to post-patch, so users with local patches can apply them after
a "make patch" and then already applied extra-patches.
PR: ports/84907
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
Diffstat (limited to 'mail/mutt-devel/files/patch-doc-mutt.1')
| -rw-r--r-- | mail/mutt-devel/files/patch-doc-mutt.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/patch-doc-mutt.1 b/mail/mutt-devel/files/patch-doc-mutt.1 new file mode 100644 index 000000000000..6443adb8c9cb --- /dev/null +++ b/mail/mutt-devel/files/patch-doc-mutt.1 @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Sun Aug 14 11:27:21 2005 ++++ doc/Makefile.in Sun Aug 14 11:28:38 2005 +@@ -179,7 +179,7 @@ + -e 's,@docdir\@,$(docdir),g' + + mutt.1: $(srcdir)/mutt.man +- $(EDIT) $< > $@ ++ $(EDIT) $(srcdir)/mutt.man > $@ + + muttrc.man stamp-doc-man: ../makedoc$(EXEEXT) $(top_srcdir)/init.h muttrc.man.head muttrc.man.tail + $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -m | \ |
