- Fix the WITHOUT_MUTT_MAILBOX_MANPAGES knob

- Fix some comments

PR:		ports/162748
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com> (maintainer)
Feature safe:	yes
This commit is contained in:
Florian Smeets 2011-11-22 19:12:24 +00:00
parent 6a464987f4
commit 2ecb5413bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286259
2 changed files with 31 additions and 31 deletions

View File

@ -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 \

View File

@ -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) ; \