freebsd-ports/mail/nmh/pkg-install
Mark Murray c8e157b3bf Update to version 0.19.
(lots of bug fixes, plus the port's locking is fixed, and inc will honour
a mode 775 /var/mail).
Also pacify portlint.
Submitted by:	Scott Blachowicz (partially)
1998-01-05 19:11:14 +00:00

15 lines
330 B
Bash

#!/bin/sh
case "$2" in
""|POST-INSTALL) cat <<EOF
=============================================================
Some files you might need to customize include the following:
${PKG_PREFIX}/etc/nmh/mhn.defaults
${PKG_PREFIX}/etc/nmh/mts.conf
=============================================================
EOF
;;
esac