aboutsummaryrefslogtreecommitdiffstats
path: root/mail/nmh/pkg-install
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-08-04 14:51:46 +0800
committermarkm <markm@FreeBSD.org>1997-08-04 14:51:46 +0800
commitee9975ee280a8dd6bef1768d6ba84b5d480d00da (patch)
treebb7b69017f7371c587f571e56d3fe647c56ea6d3 /mail/nmh/pkg-install
parent69e3578122012f9254a26d8874a79e8195435fa8 (diff)
downloadfreebsd-ports-gnome-ee9975ee280a8dd6bef1768d6ba84b5d480d00da.tar.gz
freebsd-ports-gnome-ee9975ee280a8dd6bef1768d6ba84b5d480d00da.tar.zst
freebsd-ports-gnome-ee9975ee280a8dd6bef1768d6ba84b5d480d00da.zip
Update this to version 0.17
Submitted by: Scott Blachowicz
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 000000000000..b691411eeaff
--- /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