From 7d4beaaf36c5fefc78aa8a3971a0bde9a70ba92a Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Sat, 5 Jan 2002 00:23:28 +0000 Subject: 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 . 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 --- mail/mutt-devel/files/patch-02 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mutt-devel/files/patch-02') 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 ./ -- cgit v1.2.3