diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-08-08 10:17:35 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-08-08 10:17:35 +0800 |
commit | cace0827ac7f2b2b5d24a067f46c199c62420171 (patch) | |
tree | 713ad4f9e2ad1f7736ad4ea6e3cdd8f82a783c57 /sysutils/bsdstats/Makefile | |
parent | 8d02453abbe3f31b8827d79d2582b588ab35523c (diff) | |
download | freebsd-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>
Diffstat (limited to 'sysutils/bsdstats/Makefile')
-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> |