diff options
| author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-26 13:30:45 +0000 |
|---|---|---|
| committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-02-26 13:30:45 +0000 |
| commit | 8879e63cc27a860e822639352207837403176642 (patch) | |
| tree | 267d87ae5134f6af3c574c5ad6f0e80d15c009c5 /mail/mutt-devel/files/patch-02 | |
| parent | Update to 0.1.99 (diff) | |
- Automagically determine when to use sgmlformat.
- Add the pgp outlook compat patch via the new knob
MUTT_WITH_PGP_OUTLOOK_PATCH which is on by default if pgp is
installed. Patch submitted by: Stefan Walter <dunkelkammer@gmx.de>.
- Fix some trailing whitespaces to make portlint a little happier.
- Increment PORTREVISION.
Submitted by: Udo Schweigert <udo.schweigert@siemens.com>
Diffstat (limited to 'mail/mutt-devel/files/patch-02')
| -rw-r--r-- | mail/mutt-devel/files/patch-02 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02 index 204b29f56703..c888eefa6891 100644 --- a/mail/mutt-devel/files/patch-02 +++ b/mail/mutt-devel/files/patch-02 @@ -1,11 +1,11 @@ --- doc/Makefile.in.orig Tue Nov 6 20:12:31 2001 -+++ doc/Makefile.in Tue Jan 22 20:47:07 2002 ++++ doc/Makefile.in Sat Feb 2 17:39:31 2002 @@ -60,13 +60,19 @@ topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \ README NEWS TODO README.SECURITY README.SSL -all: muttrc.man try-html try-txt -+all: muttrc.man try-html try-txt try-latin1 ++all: try-html: ../makedoc - test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ |
