diff options
-rw-r--r-- | mail/mutt-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt-devel/files/extra-patch-nodoc-contrib | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index e87cc2351d60..7c3843abf15f 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -68,7 +68,7 @@ PORTNAME= mutt-devel PORTVERSION= 1.5.1 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES+= mail .if defined(WITH_MUTT_NNTP) CATEGORIES+= news diff --git a/mail/mutt-devel/files/extra-patch-nodoc-contrib b/mail/mutt-devel/files/extra-patch-nodoc-contrib index a2f1117cef0b..0646626e9ff8 100644 --- a/mail/mutt-devel/files/extra-patch-nodoc-contrib +++ b/mail/mutt-devel/files/extra-patch-nodoc-contrib @@ -9,3 +9,20 @@ if NEEDS_PGPEWRAP bin_SCRIPTS = pgpewrap muttbug flea +--- doc/Makefile.in.orig2 Wed Oct 2 17:38:36 2002 ++++ doc/Makefile.in Wed Oct 2 17:40:59 2002 +@@ -89,14 +89,6 @@ + $(DESTDIR)$(mandir)/man1/mutt_dotlock.1 + ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5 + ./instdoc $(srcdir)/mbox.man $(DESTDIR)$(mandir)/man5/mbox.5 +- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir) +- for f in $(srcdir_DOCFILES) ; do \ +- $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; \ +- done +- for f in $(topsrcdir_DOCFILES) ; do \ +- $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \ +- done +- $(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) || true + + uninstall: + -rm -f $(DESTDIR)$(mandir)/man1/mutt.1 |