diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1999-02-23 11:17:12 +0800 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1999-02-23 11:17:12 +0800 |
commit | 5988ae55d2ed4a526d287a2692ff1ed4dbf492eb (patch) | |
tree | e195f9525c8e9df7918444c8cf7e1bb227c71f73 /mail/nmh/pkg-install | |
parent | eeba8cc4917742d09ab03959731d8f1096a4f5a5 (diff) | |
download | freebsd-ports-gnome-5988ae55d2ed4a526d287a2692ff1ed4dbf492eb.tar.gz freebsd-ports-gnome-5988ae55d2ed4a526d287a2692ff1ed4dbf492eb.tar.zst freebsd-ports-gnome-5988ae55d2ed4a526d287a2692ff1ed4dbf492eb.zip |
Additional config options at port build time.
PR: ports/10119
Reviewed by: jkoshy
Submitted by: Scott Blachowicz <sab@seanet.com>
Diffstat (limited to 'mail/nmh/pkg-install')
-rw-r--r-- | mail/nmh/pkg-install | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/mail/nmh/pkg-install b/mail/nmh/pkg-install index f03793f1d2a5..ed90d33ff426 100644 --- a/mail/nmh/pkg-install +++ b/mail/nmh/pkg-install @@ -6,8 +6,13 @@ case "$2" in Some files you might need to customize include the following: - ${PKG_PREFIX}/etc/nmh/mhn.defaults - ${PKG_PREFIX}/etc/nmh/mts.conf + ${PKG_PREFIX}/etc/nmh/mhn.defaults - For example, you may + want to adjust the programs used to handle various MIME + content types. + + ${PKG_PREFIX}/etc/nmh/mts.conf - For example, you may need + to adjust the "servers" setting if you don't have a + locally installed sendmail (or other MTA). ============================================================= EOF |