diff options
| author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-14 23:32:39 +0000 |
|---|---|---|
| committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-14 23:32:39 +0000 |
| commit | 8e411e4f143c51a7e9a503150924300aeec535e6 (patch) | |
| tree | ca0a719b58912a4f67721d98748d7815a1626452 /mail/mutt-devel/files | |
| parent | Make these proper slaves. (diff) | |
Add GNU_CONFIGURE=yes
Make port compliant with NOPORTDOCS
Remove pkg-plist.htmlfiles in new NOPORTDOC procedure
Add two patches to be applied post-patch for NOPORTDOC
Correct pkg-plist to be compliant with NOPORTDOCS
Enable pop3 and imap4
Add hook for SSL
Put distfiles in mutt dist_subdir
Don't depend on sgml on alpha
Submitted by: maintainer
Reviewed by: will
Notes
Notes:
svn path=/head/; revision=44011
Diffstat (limited to 'mail/mutt-devel/files')
| -rw-r--r-- | mail/mutt-devel/files/extra-patch-nodoc | 30 | ||||
| -rw-r--r-- | mail/mutt-devel/files/extra-patch-nodoc-contrib | 11 |
2 files changed, 41 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/extra-patch-nodoc b/mail/mutt-devel/files/extra-patch-nodoc new file mode 100644 index 000000000000..7cdb181772a1 --- /dev/null +++ b/mail/mutt-devel/files/extra-patch-nodoc @@ -0,0 +1,30 @@ +--- doc/Makefile.in.orig2 Wed Jun 13 22:57:18 2001 ++++ doc/Makefile.in Wed Jun 13 23:03:55 2001 +@@ -59,7 +59,7 @@ + topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \ + README NEWS TODO README.SECURITY README.SSL README.UPGRADE + +-all: muttrc.man try-html try-txt try-latin1 ++all: + + try-html: ../makedoc + $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ +@@ -80,18 +80,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 +- # $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html +- # for file in manual*.html ; do \ +- # $(INSTALL) -m 644 $$file $(DESTDIR)$(docdir)/html/ || true ;\ +- # done + + uninstall: + -rm -f $(DESTDIR)$(mandir)/man1/mutt.1 diff --git a/mail/mutt-devel/files/extra-patch-nodoc-contrib b/mail/mutt-devel/files/extra-patch-nodoc-contrib new file mode 100644 index 000000000000..a2f1117cef0b --- /dev/null +++ b/mail/mutt-devel/files/extra-patch-nodoc-contrib @@ -0,0 +1,11 @@ +--- Makefile.am.orig Thu Jun 7 22:00:05 2001 ++++ Makefile.am Thu Jun 14 11:21:12 2001 +@@ -9,7 +9,7 @@ + IMAP_INCLUDES = -I$(top_srcdir)/imap + endif + +-SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) ++SUBDIRS = m4 po intl doc $(IMAP_SUBDIR) + + if NEEDS_PGPEWRAP + bin_SCRIPTS = pgpewrap muttbug flea |
