From 98a822466f56f0f3f6114ea72ca8259ba58d1e26 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 8 Jan 1999 00:41:41 +0000 Subject: Avoid completely harmless warning if "sgml2html" and "sgml2txt" are not available during build. Fixes PR pkg/6751 by Lennart Augustsson. --- mail/mutt/Makefile | 3 +-- mail/mutt/patches/patch-aa | 13 +++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 mail/mutt/patches/patch-aa (limited to 'mail') diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index e29cc611e19..3807fba27e2 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/01/04 21:09:36 tron Exp $ +# $NetBSD: Makefile,v 1.17 1999/01/08 00:41:41 tron Exp $ DISTNAME= mutt-${MUTT_VERSION} CATEGORIES= mail @@ -15,7 +15,6 @@ DEPENDS+= ncurses-1.9.9g:../../devel/ncurses CONFLICTS= mutt-* -NO_PATCH= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-curses=${PREFIX} --with-exec-shell=/bin/ksh \ --with-docdir=${PREFIX}/share/doc/mutt diff --git a/mail/mutt/patches/patch-aa b/mail/mutt/patches/patch-aa new file mode 100644 index 00000000000..947c7595aff --- /dev/null +++ b/mail/mutt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 1999/01/08 00:41:41 tron Exp $ + +--- doc/Makefile.in.orig Thu Nov 19 15:10:19 1998 ++++ doc/Makefile.in Fri Jan 8 01:34:01 1999 +@@ -43,7 +43,7 @@ + DOCFILES = manual.txt + + +-all: mutt.man dotlock.man try-html try-txt ++all: mutt.man dotlock.man + + complete: all html + -- cgit v1.2.3