aboutsummaryrefslogtreecommitdiff
path: root/net/vnstat
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-02-20 21:53:36 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-02-20 21:53:36 +0000
commitc46d48975ce54ce362d234ed93a47cf64b9a95b8 (patch)
tree7eb1d5ce9d8b439196858e83378c61d0e197a1eb /net/vnstat
parent68f4584134ab8635b1a68a8ece77c05dde2197e9 (diff)
downloadports-c46d48975ce54ce362d234ed93a47cf64b9a95b8.tar.gz
ports-c46d48975ce54ce362d234ed93a47cf64b9a95b8.zip
Notes
Diffstat (limited to 'net/vnstat')
-rw-r--r--net/vnstat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile
index e8d6cc0ce0c6..76a826b63f69 100644
--- a/net/vnstat/Makefile
+++ b/net/vnstat/Makefile
@@ -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)