summaryrefslogtreecommitdiff
path: root/mail/mailmgr
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-10 20:51:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-10 20:51:56 +0000
commit1a16fe6efd4580466988a21cc061f1bbd6da3451 (patch)
tree1709a5bddad5f3151113d6803c037cb745ea75ac /mail/mailmgr
parentPer maintainer, needs gcc2.95 to run, which means that there is no (diff)
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)
Notes
Notes: svn path=/head/; revision=100593
Diffstat (limited to 'mail/mailmgr')
-rw-r--r--mail/mailmgr/Makefile3
-rw-r--r--mail/mailmgr/pkg-message4
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
+---------------------------------------------------------------