diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-05 07:33:51 +0000 |
commit | ceff32bcc316a64e9670d27cac3756c938c4ee86 (patch) | |
tree | f903034d96611387c8ea48c1a597e6fe760c51f2 /dns/bind9 | |
parent | fe0814ceee24f208469570b9c55f04a54739392d (diff) | |
download | FreeBSD-ports-ceff32bcc316a64e9670d27cac3756c938c4ee86.zip FreeBSD-ports-ceff32bcc316a64e9670d27cac3756c938c4ee86.tar.gz |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
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 65be5cd..059ec09 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 |