1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
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

16 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