freebsd-ports/mail/mutt14/files/patch-01
David E. O'Brien a3b91c3abf Upgrade mutt.with_pgp to 0.59 PL19.
Upgrade mutt to 0.59.1 PL0.  (0.59e is hopelessly broken)
1997-01-29 19:16:35 +00:00

17 lines
320 B
Text

--- Makefile.in.orig Mon Jan 27 18:15:59 1997
+++ Makefile.in Wed Jan 29 07:23:40 1997
@@ -72,10 +72,13 @@
sendlib.c \
url.c
-all: mutt
+all: mutt docs
mutt: $(OBJS) $(REGEX)
$(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
+
+docs:
+ cd doc && make fbsd
install: mutt
$(srcdir)/mkinstalldirs $(bindir)