diff options
| author | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 10:13:59 +0000 |
|---|---|---|
| committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 10:13:59 +0000 |
| commit | 727d1370e3d65575ff5b282af1807b47abd74829 (patch) | |
| tree | 9b0bd4da678778ba73cab3a59881310e9e897158 /mail/mutt-devel/files/extra-patch-nodoc-contrib | |
| parent | - Update to 1.4.1 (diff) | |
- Update to mutt-1.5.10
- Update the maildir header cache patch
- Change the target when extra-patches are applied from pre-configure
to post-patch, so users with local patches can apply them after
a "make patch" and then already applied extra-patches.
PR: ports/84907
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=141268
Diffstat (limited to 'mail/mutt-devel/files/extra-patch-nodoc-contrib')
| -rw-r--r-- | mail/mutt-devel/files/extra-patch-nodoc-contrib | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/mutt-devel/files/extra-patch-nodoc-contrib b/mail/mutt-devel/files/extra-patch-nodoc-contrib index 859860ef8f4e..c6341803f43e 100644 --- a/mail/mutt-devel/files/extra-patch-nodoc-contrib +++ b/mail/mutt-devel/files/extra-patch-nodoc-contrib @@ -9,20 +9,20 @@ bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@ ---- doc/Makefile.in.orig Fri Feb 4 13:46:04 2005 -+++ doc/Makefile.in Fri Feb 4 13:47:49 2005 -@@ -92,14 +92,6 @@ +--- doc/Makefile.in.orig Sun Aug 14 11:35:31 2005 ++++ doc/Makefile.in Sun Aug 14 11:37:23 2005 +@@ -93,14 +93,6 @@ ./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 $(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 +- for f in $(srcdir_DOCFILES) ; do \ +- $(INSTALL) -m 644 $(srcdir)/$$f $(DESTDIR)$(docdir) ; \ +- done - $(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) || true uninstall: - -rm -f $(DESTDIR)$(mandir)/man1/mutt.1 + for f in mutt.1 mutt_dotlock.1 flea.1 muttbug.1 ; do \ |
