pkgsrc/mail/mutt-devel/INSTALL
jlam 2c51c9e10b 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.
2004-07-21 22:37:10 +00:00

12 lines
215 B
Text

# $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