1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/mail/mutt14/files/patch-01
David E. O'Brien a518e9a59f Upgrade to 0.57 PL 4.
(note that 0.58 is out, but I want to lets the bugs shake out of it first).
1997-01-19 02:12:12 +00:00

18 lines
383 B
Plaintext

--- Makefile.in.orig Fri Jan 10 12:40:23 1997
+++ Makefile.in Mon Jan 13 01:32:39 1997
@@ -46,10 +46,13 @@
TAINTED= curs_main.c handler.c hdrline.c init.c keymap.c main.c parse.c \
send.c sendlib.c
-all: mutt
+all: mutt docs
mutt: $(OBJS)
$(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
+
+docs:
+ cd doc && make fbsd
install: mutt
$(srcdir)/mkinstalldirs $(bindir)