pkgsrc/mail/mutt/INSTALL
jlam 899f3a5257 Make the mail/mutt and mail/mutt-devel packages more closely resemble each
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>.
2004-08-05 07:19:25 +00:00

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