Makefile cleanup

Submitted by:	Boris Samorodov <bsam@ipt.ru>
This commit is contained in:
Marc G. Fournier 2006-08-08 02:17:35 +00:00
parent d9926abc03
commit 31a52eb950
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170047

View file

@ -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>