aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>2006-08-08 02:17:35 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>2006-08-08 02:17:35 +0000
commit31a52eb95067e5b8c8345d654297908f916ea70f (patch)
treed7b6a5cc0cfee19cfc980279175589ba52b4f7c9 /sysutils/bsdstats
parentd9926abc03d6ab89e8c49bdd4367e2b6c1590696 (diff)
downloadports-31a52eb95067e5b8c8345d654297908f916ea70f.tar.gz
ports-31a52eb95067e5b8c8345d654297908f916ea70f.zip
Notes
Diffstat (limited to 'sysutils/bsdstats')
-rw-r--r--sysutils/bsdstats/Makefile4
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>