From 5eb1cd04128fb650a7c4b788c019dd0fe6c6f56f Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 11 Dec 2001 10:28:43 +0000 Subject: [PATCH] Allow category of net/bind8 to be overriden in slaves and adjust chinese/bind8 accordingly. --- chinese/bind8/Makefile | 2 +- dns/bind8/Makefile | 2 +- net/bind8/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chinese/bind8/Makefile b/chinese/bind8/Makefile index 4727b845339a..52e693c107cb 100644 --- a/chinese/bind8/Makefile +++ b/chinese/bind8/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -CATEGORES= chinese +CATEGORES= chinese net MASTERDIR= ${.CURDIR}/../../net/bind8 diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 69c047f8d685..0a885a653df4 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -12,7 +12,7 @@ PORTNAME= bind PORTVERSION= 8.2.5 -CATEGORIES= net +CATEGORIES?= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \ ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \ ftp://ftp.nominum.com/pub/isc/bind/src/${PORTVERSION}/ \ diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 69c047f8d685..0a885a653df4 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -12,7 +12,7 @@ PORTNAME= bind PORTVERSION= 8.2.5 -CATEGORIES= net +CATEGORIES?= net MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \ ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \ ftp://ftp.nominum.com/pub/isc/bind/src/${PORTVERSION}/ \