diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-09-01 19:58:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-09-01 19:58:02 +0000 |
commit | 18bd98e8b0817e7a51ab4326f46ba0f6d5463722 (patch) | |
tree | 12f666e473d5685ed5f8d0333bae070294383b8e /dns | |
parent | 965c2c5e56ec79a6529bcc097c523da06c59a1e5 (diff) | |
download | ports-18bd98e8b0817e7a51ab4326f46ba0f6d5463722.tar.gz ports-18bd98e8b0817e7a51ab4326f46ba0f6d5463722.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fpdns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile index 3d12c5394196..770fd85af253 100644 --- a/dns/fpdns/Makefile +++ b/dns/fpdns/Makefile @@ -8,7 +8,7 @@ PORTNAME= fpdns PORTVERSION= 0.9.3 CATEGORIES= dns net perl5 -MASTER_SITES= http://www.rfc.se/fpdns/distfiles/ \ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://dougbarton.us/Downloads/ DISTNAME= Net-DNS-Fingerprint-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig |