diff options
author | tron <tron@pkgsrc.org> | 1999-01-08 00:41:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-01-08 00:41:41 +0000 |
commit | cb6bc74223f998ac13c75d998567c810cb5d7ebd (patch) | |
tree | c3755c0976c6ceae75f7a14bc5d976a6be2da6cb | |
parent | 0c8df4dbe2a05b898804a3e5df988fce26719a24 (diff) | |
download | pkgsrc-cb6bc74223f998ac13c75d998567c810cb5d7ebd.tar.gz |
Avoid completely harmless warning if "sgml2html" and "sgml2txt" are not
available during build. Fixes PR pkg/6751 by Lennart Augustsson.
-rw-r--r-- | mail/mutt/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt/patches/patch-aa | 13 |
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 + |