summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/files/patch-02
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2002-01-05 00:23:28 +0000
committerJim Mock <jim@FreeBSD.org>2002-01-05 00:23:28 +0000
commit7d4beaaf36c5fefc78aa8a3971a0bde9a70ba92a (patch)
tree87f15af6c11db5770baa26f1fab7b4c6f8e7f447 /mail/mutt-devel/files/patch-02
parent- Update to 0.4.4 (diff)
From the PR:
Update of port mail/mutt-devel. This update fixes: - detection of libraries by configure. - superflouous installation of some html files. - additional doc files when NNTP support is wanted. - fix the missing ca-locale file in pkg-plist. These four were submitted by Vsevolod Volkov <vvv@mutt.org.ua>. Also changed: - WITH_MUTT_SLANG is now the default (which can be changed by defining WITHOUT_MUTT_SLANG) - fixed the usage of WITH_MUTT_NCURSES (ncurses is part of the base system since 4.0) - WITH_MUTT_SSL is included when PACKAGE_BUILDING is defined - some hints which knobs are available at the beginning of the Makefile PR: 33536 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=52582
Diffstat (limited to 'mail/mutt-devel/files/patch-02')
-rw-r--r--mail/mutt-devel/files/patch-022
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02
index 84fd2e11b1da..3a3ab32cc348 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 ./
-+ $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
++ rm *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./
try-txt: ../makedoc
- test -f manual.txt || $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./