diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-29 08:17:33 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-29 08:17:33 +0000 |
commit | 6c1bc50c5abdca1badf06c2ce824c7d18348f62e (patch) | |
tree | 13884c3972492924bcc9354a067543369e3cb31d /dns | |
parent | 8e4a0774cb376f202898a73bd8638c0d4955ef52 (diff) | |
download | ports-6c1bc50c5abdca1badf06c2ce824c7d18348f62e.tar.gz ports-6c1bc50c5abdca1badf06c2ce824c7d18348f62e.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libbind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile index fbcd52b050eb..2fa7e628c3e9 100644 --- a/dns/libbind/Makefile +++ b/dns/libbind/Makefile @@ -9,8 +9,7 @@ PORTNAME= libbind PORTVERSION= 6.0 PORTREVISION= 1 CATEGORIES= dns net ipv6 -MASTER_SITES= ${MASTER_SITE_ISC} \ - http://dougbarton.us/Downloads/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= libbind/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |