diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-03 19:41:45 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-09-03 19:41:45 +0000 |
commit | 073078f05affa574110a61729c181e65f14fc1ea (patch) | |
tree | 90d115caca042d6f20e62e18044939cde57fe1bb /net-mgmt/ng_ipacct/Makefile | |
parent | 7c5971d897186e3c767b89464722860fe6b1d8da (diff) |
Notes
Diffstat (limited to 'net-mgmt/ng_ipacct/Makefile')
-rw-r--r-- | net-mgmt/ng_ipacct/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index 01d98d2be225..9ea2f99b7c78 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -7,14 +7,14 @@ PORTNAME= ng_ipacct PORTVERSION= 20050731 +PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/ +MASTER_SITES= ${MASTER_SITE_LOCAL:S!$!skv/!} \ + ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/ MAINTAINER= skv@FreeBSD.org COMMENT= Netgraph IP accounting -BROKEN= Unfetchable - NO_PACKAGE= "Depends on kernel" OPTIONS= MEM_ZONE "Use UMA zone allocator (5.x only)" off |