diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-01 09:23:06 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-01 09:23:06 +0000 |
commit | fb97b9feeb42b712d4f2ad7980f179eb85f32edd (patch) | |
tree | 01b602b7c3652177f29748544a1ca474724e480d /dns/bind94 | |
parent | 1b06721a2894bfd40f4a66f3e7773fe33f452a19 (diff) | |
download | FreeBSD-ports-fb97b9feeb42b712d4f2ad7980f179eb85f32edd.zip FreeBSD-ports-fb97b9feeb42b712d4f2ad7980f179eb85f32edd.tar.gz |
typo
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index e67d330..fbb46ab 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -16,7 +16,7 @@ PORTVERSION= 9.2.1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} -MASTER_SITE_SUBDIR= isc/bind9/${ISCVERSION} +MASTER_SITE_SUBDIR= bind9/${ISCVERSION} DISTFILES= bind-9.2.1.tar.gz MAINTAINER= DougB@FreeBSD.org |