diff options
-rw-r--r-- | net-mgmt/ipacctd/Makefile | 3 | ||||
-rw-r--r-- | net/ipacctd/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile index 2e8fc8cf06e7..cedfb8f4a57b 100644 --- a/net-mgmt/ipacctd/Makefile +++ b/net-mgmt/ipacctd/Makefile @@ -8,7 +8,8 @@ PORTNAME= ipacctd PORTVERSION= 1.46 CATEGORIES= net -MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ +MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ \ + ${MASTER_SITE_LOCAL:S!$!skv/!} MAINTAINER= skv@FreeBSD.org COMMENT= IP accounting using divert socket diff --git a/net/ipacctd/Makefile b/net/ipacctd/Makefile index 2e8fc8cf06e7..cedfb8f4a57b 100644 --- a/net/ipacctd/Makefile +++ b/net/ipacctd/Makefile @@ -8,7 +8,8 @@ PORTNAME= ipacctd PORTVERSION= 1.46 CATEGORIES= net -MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ +MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ \ + ${MASTER_SITE_LOCAL:S!$!skv/!} MAINTAINER= skv@FreeBSD.org COMMENT= IP accounting using divert socket |