diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-23 03:17:12 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-02-23 03:17:12 +0000 |
commit | c03786b7ad48d9ce3e970867e9abf5c7fa8cc210 (patch) | |
tree | 83f8dda6dfd45f9f5feab8c71d4b222587b83314 /mail/nmh/pkg-install | |
parent | 4e788c13f4191b3cfbbd46947a8cfc7f85cfe4c8 (diff) |
Additional config options at port build time.
PR: ports/10119
Reviewed by: jkoshy
Submitted by: Scott Blachowicz <sab@seanet.com>
Notes
Notes:
svn path=/head/; revision=16870
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 |