diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 1e24895eb92fd76244f5b10d1ec5f0aa3459ee70 (patch) | |
tree | 973c61950622ff561b5cae84c526ca059e7765d1 /dns/dnswall | |
parent | 12fd604939a110c79684c9ab5bbe975b98a4cf62 (diff) | |
download | FreeBSD-ports-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.zip FreeBSD-ports-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.gz |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'dns/dnswall')
-rw-r--r-- | dns/dnswall/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index 7a0c304..e5f499c 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -8,9 +8,7 @@ PORTNAME= dnswall PORTVERSION= 0.1.4 CATEGORIES= dns security -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ +MASTER_SITES= GOOGLE_CODE CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A daemon that filters out private IP addresses in DNS responses |