aboutsummaryrefslogtreecommitdiff
path: root/dns/dnswall
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-03-13 11:27:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-03-13 11:27:29 +0000
commit3fc75d24451f17b4aa45406e122fda45844581c8 (patch)
treed55df78205fca999ce087d282021d235873bc74e /dns/dnswall
parentba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff)
downloadports-3fc75d24451f17b4aa45406e122fda45844581c8.tar.gz
ports-3fc75d24451f17b4aa45406e122fda45844581c8.zip
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
Notes
Notes: svn path=/head/; revision=208927
Diffstat (limited to 'dns/dnswall')
-rw-r--r--dns/dnswall/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile
index cbcc74431fdb..7a0c304164bf 100644
--- a/dns/dnswall/Makefile
+++ b/dns/dnswall/Makefile
@@ -8,13 +8,14 @@
PORTNAME= dnswall
PORTVERSION= 0.1.4
CATEGORIES= dns security
-MASTER_SITES= http://google-dnswall.googlecode.com/files/ \
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A daemon that filters out private IP addresses in DNS responses
+PROJECTHOST= google-dnswall
USE_AUTOTOOLS= automake:110
USE_DOS2UNIX= yes