diff options
author | jlam <jlam> | 2004-07-21 22:37:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-07-21 22:37:10 +0000 |
commit | 7dae807b8938815f1805d738520638104cc21d1c (patch) | |
tree | ee024a5713e3b59563f25b64e9250326d78eced3 /mail/mutt-devel/INSTALL | |
parent | b5be95a30c098df6eed356ec48c61e6b3ce274d5 (diff) | |
download | pkgsrc-7dae807b8938815f1805d738520638104cc21d1c.tar.gz |
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.
Diffstat (limited to 'mail/mutt-devel/INSTALL')
-rw-r--r-- | mail/mutt-devel/INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
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 |