From 7dae807b8938815f1805d738520638104cc21d1c Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 21 Jul 2004 22:37:10 +0000 Subject: Resurrect mail/mutt-devel and make it install mutt-1.5.6, the development version of Mutt, a text mail reader and PGP & S/MIME support. This is primarily to support a mutt that builds with SASLv2 support. --- mail/mutt-devel/INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mail/mutt-devel/INSTALL (limited to 'mail/mutt-devel/INSTALL') diff --git a/mail/mutt-devel/INSTALL b/mail/mutt-devel/INSTALL new file mode 100644 index 00000000000..2b586fde291 --- /dev/null +++ b/mail/mutt-devel/INSTALL @@ -0,0 +1,12 @@ +# $NetBSD: INSTALL,v 1.3 2004/07/21 22:37:10 jlam Exp $ + +case ${STAGE} in +POST-INSTALL) + ${RM} -f @DOCDIR@/samples + ${LN} -sf ../../examples/mutt @DOCDIR@/samples + ;; + +DEINSTALL) + ${RM} -f @DOCDIR@/samples + ;; +esac -- cgit v1.2.3