diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-10 20:51:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-10 20:51:56 +0000 |
commit | 1a16fe6efd4580466988a21cc061f1bbd6da3451 (patch) | |
tree | 1709a5bddad5f3151113d6803c037cb745ea75ac /mail/mailmgr | |
parent | ed7d0a2b3c8f2fedbb13c1326d1ec41674e5eeb9 (diff) | |
download | ports-1a16fe6efd4580466988a21cc061f1bbd6da3451.tar.gz ports-1a16fe6efd4580466988a21cc061f1bbd6da3451.zip |
Notes
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 172e296bf911..4b3bdeb6e0db 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 000000000000..16ce724e066d --- /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 +--------------------------------------------------------------- |