diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (patch) | |
tree | 9be083b0fd811caaa5b6ea713f83e7705ea93fbe /dns/bind9 | |
parent | e15afee535ffec38424947ba1c7eb0ada4141fc2 (diff) | |
download | ports-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.tar.gz ports-bf60be81d18978782b3c3de21916fdb4a5cbb2e5.zip |
Notes
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 65be5cd33aa8..059ec0925a52 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -15,7 +15,7 @@ PORTNAME= bind9 PORTVERSION= 9.2.2 CATEGORIES= dns ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTFILES= bind-${ISCVERSION}.tar.gz |