summaryrefslogtreecommitdiff
path: root/mail/nmh/pkg/INSTALL
diff options
context:
space:
mode:
authoragc <agc>1997-11-19 13:55:05 +0000
committeragc <agc>1997-11-19 13:55:05 +0000
commit05d7868a4217c144fc74efbdcfabaadff1e952c6 (patch)
treee4b529d62037f0823c5bf2073d41d2dfb64955ee /mail/nmh/pkg/INSTALL
parentfff07f4a0191fbcbe239c673ebe2b1658adcc6f8 (diff)
downloadpkgsrc-05d7868a4217c144fc74efbdcfabaadff1e952c6.tar.gz
Initial import of nmh-0.17 from FreeBSD ports collection into NetBSD
packages collection.
Diffstat (limited to 'mail/nmh/pkg/INSTALL')
-rw-r--r--mail/nmh/pkg/INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/nmh/pkg/INSTALL b/mail/nmh/pkg/INSTALL
new file mode 100644
index 00000000000..b691411eeaf
--- /dev/null
+++ b/mail/nmh/pkg/INSTALL
@@ -0,0 +1,15 @@
+#! /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