From d951f684c062d259bdc085b104462e00ae6d72b6 Mon Sep 17 00:00:00 2001 From: obraun Date: Sat, 5 Oct 2002 19:03:32 +0000 Subject: * Fix NOPORTDOCS. * Bump PORTREVISION. PR: 43588 Submitted by: maintainer --- mail/mutt-devel/files/extra-patch-nodoc-contrib | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'mail/mutt-devel/files') 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 -- cgit