aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>2006-08-08 10:17:35 +0800
committerscrappy <scrappy@FreeBSD.org>2006-08-08 10:17:35 +0800
commitcace0827ac7f2b2b5d24a067f46c199c62420171 (patch)
tree713ad4f9e2ad1f7736ad4ea6e3cdd8f82a783c57
parent8d02453abbe3f31b8827d79d2582b588ab35523c (diff)
downloadfreebsd-ports-gnome-cace0827ac7f2b2b5d24a067f46c199c62420171.tar.gz
freebsd-ports-gnome-cace0827ac7f2b2b5d24a067f46c199c62420171.tar.zst
freebsd-ports-gnome-cace0827ac7f2b2b5d24a067f46c199c62420171.zip
Makefile cleanup
Submitted by: Boris Samorodov <bsam@ipt.ru>
-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>