diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-10 20:51:56 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-10 20:51:56 +0000 |
commit | 7d80e3cf3f106fedbca694bc7c49218f05c4548a (patch) | |
tree | 78069cd5d5a2f8fe2ea41ec5c5c455c5ef72c601 /mail/mailmgr | |
parent | 0baca5e3a6698d2709acd7bd6ae020934d4a07de (diff) | |
download | FreeBSD-ports-7d80e3cf3f106fedbca694bc7c49218f05c4548a.zip FreeBSD-ports-7d80e3cf3f106fedbca694bc7c49218f05c4548a.tar.gz |
Add pkg-message to warn users about setting their configurations
before trying to run (prevents coredumps).
PR: ports/62523
Submitted by: Hsin-Hsiung Chang <sexbear@tmu.edu.tw> (maintainer)
Diffstat (limited to 'mail/mailmgr')
-rw-r--r-- | mail/mailmgr/Makefile | 3 | ||||
-rw-r--r-- | mail/mailmgr/pkg-message | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/mailmgr/Makefile b/mail/mailmgr/Makefile index 172e296..4b3bdeb 100644 --- a/mail/mailmgr/Makefile +++ b/mail/mailmgr/Makefile @@ -16,4 +16,7 @@ COMMENT= Sendmail Analisys Report Generator GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} +do-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/mail/mailmgr/pkg-message b/mail/mailmgr/pkg-message new file mode 100644 index 0000000..16ce724 --- /dev/null +++ b/mail/mailmgr/pkg-message @@ -0,0 +1,4 @@ +--------------------------------------------------------------- +You need to configure the PREFIX/mailmgr.conf before using it. +See http://web.onda.com.br/orso/mailmgr.README.txt +--------------------------------------------------------------- |