diff options
Diffstat (limited to 'mail/nmh/pkg/INSTALL')
-rw-r--r-- | mail/nmh/pkg/INSTALL | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/nmh/pkg/INSTALL b/mail/nmh/pkg/INSTALL index 20b82583e77..1ba727b996d 100644 --- a/mail/nmh/pkg/INSTALL +++ b/mail/nmh/pkg/INSTALL @@ -1,12 +1,21 @@ #! /bin/sh # -# $NetBSD: INSTALL,v 1.3 1999/04/05 05:09:53 hubertf Exp $ +# $NetBSD: INSTALL,v 1.4 2000/01/18 15:50:33 agc Exp $ # case "$2" in ""|POST-INSTALL) cat <<EOF ============================================================= +You will need to copy the files: + + ${PKG_PREFIX}/etc/nmh/*.dist + +to be + + ${PKG_PREFIX}/etc/nmh/* + +(i.e. "delete the .dist" suffix) Some files you might need to customize include the following: ${PKG_PREFIX}/etc/nmh/mhn.defaults |