diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-01 17:23:06 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-01 17:23:06 +0800 |
commit | fb97b9feeb42b712d4f2ad7980f179eb85f32edd (patch) | |
tree | 01b602b7c3652177f29748544a1ca474724e480d /dns/bind96 | |
parent | 1b06721a2894bfd40f4a66f3e7773fe33f452a19 (diff) | |
download | freebsd-ports-gnome-fb97b9feeb42b712d4f2ad7980f179eb85f32edd.tar.gz freebsd-ports-gnome-fb97b9feeb42b712d4f2ad7980f179eb85f32edd.tar.zst freebsd-ports-gnome-fb97b9feeb42b712d4f2ad7980f179eb85f32edd.zip |
typo
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index e67d33069bd7..fbb46ab32ded 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/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 |