diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-11-22 19:12:24 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-11-22 19:12:24 +0000 |
commit | 2ecb5413bc6342d3eed09dd91a0c5a1c6ad859ec (patch) | |
tree | 5cd6f0e7853cae3a2edb91e4e6054ba4978ca30a /mail/mutt-devel | |
parent | 6a464987f4c40636af2ee95964169dd7f7ca46fa (diff) | |
download | ports-2ecb5413bc6342d3eed09dd91a0c5a1c6ad859ec.tar.gz ports-2ecb5413bc6342d3eed09dd91a0c5a1c6ad859ec.zip |
Notes
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt-devel/files/extra-patch-no-mbox-manpage | 58 |
2 files changed, 31 insertions, 31 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index a0af55f9c0b3..843b64501794 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -115,7 +115,7 @@ # If you want to enable debugging capabilities define: # WITH_MUTT_DEBUG # -# If you do not want to install the manpages mbox.5 and mdf.8 (because that +# If you do not want to install the manpages mbox.5 and mmdf.5 (because that # conflicts with other ports which installed these: # WITHOUT_MUTT_MAILBOX_MANPAGES # @@ -190,7 +190,7 @@ OPTIONS= MUTT_ASPELL "Enable aspell support" off \ MUTT_IMAP_HEADER_CACHE "Enable imap header cache" off \ MUTT_ISPELL "Enable ispell support" off \ MUTT_LOCALES_FIX "Enable locales fix" off \ - MUTT_MAILBOX_MANPAGES "Install mbox.5/mdf.8 manpages" on \ + MUTT_MAILBOX_MANPAGES "Install mbox.5/mmdf.5 manpages" on \ MUTT_MAILDIR_HEADER_CACHE "Enable maildir header cache" off \ MUTT_MAILDIR_MTIME_PATCH "Enable Maildir mtime patch" off \ MUTT_MBOX_HOOK_PATCH "Enable enhanced mbox-hook" off \ diff --git a/mail/mutt-devel/files/extra-patch-no-mbox-manpage b/mail/mutt-devel/files/extra-patch-no-mbox-manpage index 001a39bfe4b1..02f79155dd30 100644 --- a/mail/mutt-devel/files/extra-patch-no-mbox-manpage +++ b/mail/mutt-devel/files/extra-patch-no-mbox-manpage @@ -1,29 +1,29 @@ -+--- doc/Makefile.am.orig 2008-05-30 08:00:04.000000000 +0100 -++++ doc/Makefile.am 2008-09-19 18:55:55.000000000 +0100 -+@@ -18,8 +18,6 @@ -+ gen-map-doc \ -+ muttrc.man.head \ -+ muttrc.man.tail \ -+- mbox.man \ -+- mmdf.man \ -+ manual.xml.head \ -+ manual.xml.tail \ -+ instdoc.sh.in \ -+@@ -57,8 +55,6 @@ -+ test x@DOTLOCK_TARGET@ = x || ./instdoc $(srcdir)/dotlock.man \ -+ $(DESTDIR)$(mandir)/man1/mutt_dotlock.1 -+ ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5 -+- ./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mbox.5 -+- ./instdoc $(srcdir)/mmdf.man $(DESTDIR)$(mandir)/man5/mmdf.5 -+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir) -+ for f in $(topsrcdir_DOCFILES) ; do \ -+ $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \ -+@@ -83,7 +79,7 @@ -+ for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 ; do \ -+ rm -f $(DESTDIR)$(mandir)/man1/$$f ; \ -+ done -+- for f in muttrc.5 mbox.5 mmdf.5 ; do \ -++ for f in muttrc.5 ; do \ -+ rm -f $(DESTDIR)$(mandir)/man5/$$f ; \ -+ done -+ for f in $(srcdir_DOCFILES) $(topsrcdir_DOCFILES) $(HTML_DOCFILES) ; \ +--- doc/Makefile.am.orig 2008-05-30 08:00:04.000000000 +0100 ++++ doc/Makefile.am 2008-09-19 18:55:55.000000000 +0100 +@@ -18,8 +18,6 @@ + gen-map-doc \ + muttrc.man.head \ + muttrc.man.tail \ +- mbox.man \ +- mmdf.man \ + manual.xml.head \ + manual.xml.tail \ + instdoc.sh.in \ +@@ -57,8 +55,6 @@ + test x@DOTLOCK_TARGET@ = x || ./instdoc $(srcdir)/dotlock.man \ + $(DESTDIR)$(mandir)/man1/mutt_dotlock.1 + ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5 +- ./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mbox.5 +- ./instdoc $(srcdir)/mmdf.man $(DESTDIR)$(mandir)/man5/mmdf.5 + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir) + for f in $(topsrcdir_DOCFILES) ; do \ + $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \ +@@ -83,7 +79,7 @@ + for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 ; do \ + rm -f $(DESTDIR)$(mandir)/man1/$$f ; \ + done +- for f in muttrc.5 mbox.5 mmdf.5 ; do \ ++ for f in muttrc.5 ; do \ + rm -f $(DESTDIR)$(mandir)/man5/$$f ; \ + done + for f in $(srcdir_DOCFILES) $(topsrcdir_DOCFILES) $(HTML_DOCFILES) ; \ |