summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authortron <tron>1999-01-08 00:41:41 +0000
committertron <tron>1999-01-08 00:41:41 +0000
commit69867d9998cb870ccd481f8ba71a6847bb5823b4 (patch)
treec3755c0976c6ceae75f7a14bc5d976a6be2da6cb /mail/mutt
parent9a2c95b26e6b79f97ae275dd99190344ce7d8f2f (diff)
downloadpkgsrc-69867d9998cb870ccd481f8ba71a6847bb5823b4.tar.gz
Avoid completely harmless warning if "sgml2html" and "sgml2txt" are not
available during build. Fixes PR pkg/6751 by Lennart Augustsson.
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile3
-rw-r--r--mail/mutt/patches/patch-aa13
2 files changed, 14 insertions, 2 deletions
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
+