899f3a5257
other to facilitate easier updates of the mail/mutt package when the next mutt is released. The changes to mail/mutt include: * convert mail/mutt to use bsd.options.mk * remove unnecessary patches and use subst.mk instead Approved by <tron>.
12 lines
215 B
Text
12 lines
215 B
Text
# $NetBSD: INSTALL,v 1.3 2004/08/05 07:19:25 jlam Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${RM} -f @DOCDIR@/samples
|
|
${LN} -sf ../../examples/mutt @DOCDIR@/samples
|
|
;;
|
|
|
|
DEINSTALL)
|
|
${RM} -f @DOCDIR@/samples
|
|
;;
|
|
esac
|