diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-04-04 06:19:46 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-04-04 06:19:46 +0000 |
commit | c2809c490ae3db1941b733d290a897dab0f8cdf8 (patch) | |
tree | b0ff173d08081ea12e86df5be9d65dc705652dd6 /dns/bind94 | |
parent | dae243efd7c2e2c5d9535b81a3e20163e0b7f414 (diff) | |
download | ports-c2809c490ae3db1941b733d290a897dab0f8cdf8.tar.gz ports-c2809c490ae3db1941b733d290a897dab0f8cdf8.zip |
Notes
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 7138e942bed3..d797e7ce8f1a 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -14,8 +14,7 @@ PORTNAME= bind9 PORTVERSION= 9.2.3 CATEGORIES= dns net ipv6 -MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} +MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTNAME= bind-${ISCVERSION} |