diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 2006-08-08 02:17:35 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 2006-08-08 02:17:35 +0000 |
commit | 31a52eb95067e5b8c8345d654297908f916ea70f (patch) | |
tree | d7b6a5cc0cfee19cfc980279175589ba52b4f7c9 /sysutils | |
parent | d9926abc03d6ab89e8c49bdd4367e2b6c1590696 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdstats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index 6785329bdf6e..7e79209595ce 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -7,7 +7,7 @@ PORTNAME= bsdstats PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils DISTFILES= @@ -23,6 +23,6 @@ do-install: ${MKDIR} ${LOCALBASE}/etc/periodic/monthly ${CP} ${FILESDIR}/300.statistics ${LOCALBASE}/etc/periodic/monthly post-install: - ${CAT} pkg-message + ${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |