diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-12-28 08:01:14 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-12-28 08:01:14 +0000 |
commit | 88cab673f61cf0f18e3eccdd37d2993e6367b0c2 (patch) | |
tree | 7c9a3cfa6760cb64ad5c4957690516c1210dd0fb /mail/mailgraph | |
parent | 93b7ed7f504a49dd67ffe3ac687750a2cf3de9af (diff) | |
download | ports-88cab673f61cf0f18e3eccdd37d2993e6367b0c2.tar.gz ports-88cab673f61cf0f18e3eccdd37d2993e6367b0c2.zip |
Notes
Diffstat (limited to 'mail/mailgraph')
-rw-r--r-- | mail/mailgraph/Makefile | 6 | ||||
-rw-r--r-- | mail/mailgraph/pkg-message | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index 40c0f16df7f4..1e3821a89343 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -7,6 +7,7 @@ PORTNAME= mailgraph PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://people.ee.ethz.ch/~dws/software/mailgraph/pub/ @@ -32,4 +33,9 @@ do-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} @${CHOWN} www:www ${PREFIX}/www/cgi-bin/ +post-install: + @${ECHO} + @${CAT} ${PKGMESSAGE} + @${ECHO} + .include <bsd.port.mk> diff --git a/mail/mailgraph/pkg-message b/mail/mailgraph/pkg-message new file mode 100644 index 000000000000..28192286c134 --- /dev/null +++ b/mail/mailgraph/pkg-message @@ -0,0 +1,2 @@ +Make sure this script should be invoked with privilege to read +/var/log/maillog. |