diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-01 09:23:06 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-01 09:23:06 +0000 |
commit | ba6b295580dd41c0924c6657aaebe48a3b677f00 (patch) | |
tree | 6d8703c43f77dcdc51ceb2759fef4dfad0c99305 | |
parent | a4ffd7eadc15e5c7e508d66f62a6d0739d7ac421 (diff) | |
download | ports-ba6b295580dd41c0924c6657aaebe48a3b677f00.tar.gz ports-ba6b295580dd41c0924c6657aaebe48a3b677f00.zip |
Notes
-rw-r--r-- | dns/bind9/Makefile | 2 | ||||
-rw-r--r-- | dns/bind94/Makefile | 2 | ||||
-rw-r--r-- | dns/bind95/Makefile | 2 | ||||
-rw-r--r-- | dns/bind96/Makefile | 2 | ||||
-rw-r--r-- | net/bind9/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index e67d33069bd7..fbb46ab32ded 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/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 diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index e67d33069bd7..fbb46ab32ded 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 diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index e67d33069bd7..fbb46ab32ded 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/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 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 diff --git a/net/bind9/Makefile b/net/bind9/Makefile index e67d33069bd7..fbb46ab32ded 100644 --- a/net/bind9/Makefile +++ b/net/bind9/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 |