diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-01-05 11:27:17 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-01-05 11:27:17 +0000 |
commit | 46f0a4f069a8840e515fd684a98ce729b8a2f4eb (patch) | |
tree | 66ba021bb765ba8d86c0e0f08859cb262f7c0df7 /mail/mutt-devel/files/patch-02 | |
parent | XEmacs development version(gamma 21.4.6) with mule of (diff) |
Fix a problem where installs failed if WITH_MUTT_HTML wasn't defined.
Also change the dependency for WITH_MUTT_NNTP to point to inn-stable
instead of inn.
PR: 33571
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=52622
Diffstat (limited to '')
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02 index 3a3ab32cc348..75695db5632b 100644 --- a/mail/mutt-devel/files/patch-02 +++ b/mail/mutt-devel/files/patch-02 @@ -9,7 +9,7 @@ try-html: ../makedoc - test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ -+ rm *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ ++ rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ try-txt: ../makedoc - test -f manual.txt || $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./ |