diff options
author | cy <cy@FreeBSD.org> | 2014-05-30 14:06:29 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-05-30 14:06:29 +0800 |
commit | 407920ef18944a9c48648cde4020fa63c108543d (patch) | |
tree | e34dde3f117f1be97cc7f8954c9c2ced5a842194 /mail/nmh | |
parent | 77ebaee49c34ac41be89c9245b4633a4c7a09905 (diff) | |
download | freebsd-ports-gnome-407920ef18944a9c48648cde4020fa63c108543d.tar.gz freebsd-ports-gnome-407920ef18944a9c48648cde4020fa63c108543d.tar.zst freebsd-ports-gnome-407920ef18944a9c48648cde4020fa63c108543d.zip |
Add useful information in the form of pkg-message.
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 1 | ||||
-rw-r--r-- | mail/nmh/pkg-message | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 78ced3ceb7a9..d9e44b769179 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -3,6 +3,7 @@ PORTNAME= nmh PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= nmh diff --git a/mail/nmh/pkg-message b/mail/nmh/pkg-message new file mode 100644 index 000000000000..205c5882b99a --- /dev/null +++ b/mail/nmh/pkg-message @@ -0,0 +1,14 @@ +============================================================= + +Some files you might need to customize include the following: + + mhn.defaults - adjust the programs used to handle various + MIME content types. + + mts.conf - adjust the "servers" setting if you don't have + a locally installed sendmail (or other MTA). + +You may also find interesting freely avaiable book about nmh: +http://rand-mh.sourceforge.net/book/ + +============================================================= |