diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 18:38:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 18:38:59 +0000 |
commit | 99536d17332df0afd7b9602e9218a4c846500e4b (patch) | |
tree | 9522f3cfa9fb7b3207fbe2772e439213177afd4c /mail/mutt-devel | |
parent | 640ff5e7d0298c61a55e03b4e478b064b079a408 (diff) | |
download | ports-99536d17332df0afd7b9602e9218a4c846500e4b.tar.gz ports-99536d17332df0afd7b9602e9218a4c846500e4b.zip |
Notes
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r-- | mail/mutt-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-z | 22 | ||||
-rw-r--r-- | mail/mutt-devel/scripts/generate-plist | 2 |
3 files changed, 23 insertions, 3 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 2d8d65293463..bb6d33d2ae4a 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -334,7 +334,7 @@ PATCHFILES+= p0-patch-${DW_MBOX_PATCH_VERSION}.dw.mbox-hook.1:dw .endif WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} -MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1 +MAN1= mutt.1 mutt_dotlock.1 MAN5= muttrc.5 mbox.5 post-patch:: diff --git a/mail/mutt-devel/files/patch-z b/mail/mutt-devel/files/patch-z new file mode 100644 index 000000000000..09f206e05456 --- /dev/null +++ b/mail/mutt-devel/files/patch-z @@ -0,0 +1,22 @@ +--- Makefile.am.orig2 Thu Jan 6 15:58:57 2005 ++++ Makefile.am Thu Jan 6 15:59:33 2005 +@@ -12,7 +12,7 @@ + + SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR) + +-bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@ ++bin_SCRIPTS = @SMIMEAUX_TARGET@ + + BUILT_SOURCES = keymap_defs.h patchlist.c Muttrc + +--- doc/Makefile.in.orig2 Thu Jan 6 15:45:57 2005 ++++ doc/Makefile.in Thu Jan 6 15:53:52 2005 +@@ -78,8 +78,6 @@ + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man5 + ./instdoc $(srcdir)/mutt.man $(DESTDIR)$(mandir)/man1/mutt.1 +- ./instdoc $(srcdir)/muttbug.man $(DESTDIR)$(mandir)/man1/flea.1 +- echo ".so $(mandir)/man1/flea.1" > $(DESTDIR)$(mandir)/man1/muttbug.1 + ./instdoc $(srcdir)/dotlock.man \ + $(DESTDIR)$(mandir)/man1/mutt_dotlock.1 + ./instdoc muttrc.man $(DESTDIR)$(mandir)/man5/muttrc.5 diff --git a/mail/mutt-devel/scripts/generate-plist b/mail/mutt-devel/scripts/generate-plist index 3b70e6502574..fc3d8ac92a39 100644 --- a/mail/mutt-devel/scripts/generate-plist +++ b/mail/mutt-devel/scripts/generate-plist @@ -21,10 +21,8 @@ echo_signal() { PATH=/bin:/usr/bin cat > $tmp_first <<EOF -bin/flea bin/mutt bin/mutt_dotlock -bin/muttbug bin/pgpewrap bin/pgpring bin/smime_keys |