diff options
-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 |