- Fix path in vnstat-cron

- Bump portrevision

PR:		ports/120880
Submitted by:	Randy Pratt <bsd-unix@embarqmail.com>
Approved by:	Dennis Herrmann <adox@mcx2.org> (maintainer)
This commit is contained in:
Beech Rintoul 2008-02-20 21:53:36 +00:00
parent 68f4584134
commit c46d48975c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207669

View File

@ -7,6 +7,7 @@
PORTNAME= vnstat
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://humdi.net/vnstat/ \
http://mcx2.org/files/
@ -23,6 +24,8 @@ SUB_FILES= pkg-message
post-extract:
@cd ${WRKSRC} && ${CP} cron/vnstat vnstat-cron
@${REINPLACE_CMD} -e 's|/usr/bin|/usr/local/bin|g' \
${WRKSRC}/vnstat-cron
post-install:
.if !defined(NOPORTDOCS)