diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
commit | 3fc75d24451f17b4aa45406e122fda45844581c8 (patch) | |
tree | d55df78205fca999ce087d282021d235873bc74e /dns | |
parent | ba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff) | |
download | ports-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')
-rw-r--r-- | dns/dnswall/Makefile | 3 | ||||
-rw-r--r-- | dns/py-adns/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/dns/py-adns/Makefile b/dns/py-adns/Makefile index 27aa4acff9d4..5bcd995e4983 100644 --- a/dns/py-adns/Makefile +++ b/dns/py-adns/Makefile @@ -8,7 +8,7 @@ PORTNAME= adns PORTVERSION= 1.2.1 CATEGORIES= dns python -MASTER_SITES= http://adns-python.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= adns-python-${PORTVERSION} @@ -17,6 +17,7 @@ COMMENT= A Python Interface to adns, the asynchronous DNS library LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns +PROJECTHOST= adns-python USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= adns-python |