diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-17 18:52:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-17 18:52:19 +0000 |
commit | 39d48a7f74f483542753a570df7884542caf6e93 (patch) | |
tree | bb7df39b5263eec1dd954c64b90b8ae7e64bd54c /mail/mutt-devel/files | |
parent | 31c35fefd36ad23ebfc21434ac60db91124480f1 (diff) | |
download | FreeBSD-ports-39d48a7f74f483542753a570df7884542caf6e93.zip FreeBSD-ports-39d48a7f74f483542753a570df7884542caf6e93.tar.gz |
* upgrade to 0.93.1
* use ncurses port rather than base systems -- window resizing works better
(although not perfectly)
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02 index 75fc7af..137e76f 100644 --- a/mail/mutt-devel/files/patch-02 +++ b/mail/mutt-devel/files/patch-02 @@ -1,18 +1,15 @@ ---- doc/Makefile.in.orig Sun Jun 21 00:13:02 1998 -+++ doc/Makefile.in Wed Jul 15 01:43:40 1998 -@@ -18,9 +18,10 @@ - CFLAGS=@CFLAGS@ -DSHAREDIR=\"$(sharedir)\" $(XCPPFLAGS) - LDFLAGS=@LDFLAGS@ +--- doc/Makefile.in.orig Mon Jul 13 03:50:37 1998 ++++ doc/Makefile.in Fri Jul 17 11:23:21 1998 +@@ -21,6 +21,8 @@ -- - all: manual.txt mutt.man manual.html + all: manual.txt manual.html +fbsd: manual.latin1 manual.html + install: mutt.man manual.txt ../mkinstalldirs $(mandir)/man1 $(INSTALL) -m 644 mutt.man $(mandir)/man1/mutt.1 -@@ -36,7 +37,11 @@ +@@ -36,7 +38,11 @@ sgml2txt manual manual.html: manual.sgml @@ -23,5 +20,5 @@ +manual.latin1: manual.sgml + sgmlfmt -f latin1 manual.sgml - mutt.man: mutt.sgml - sgml2txt -man mutt + clean: + rm -f *~ *.html *.orig *.rej |