diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-11 10:28:43 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-11 10:28:43 +0000 |
commit | 95aec343a34a8b7f441af0e94665b5092cc25e7b (patch) | |
tree | 0d2fb60cf28050bd49d502d6cd61ba1ce88d71ac /dns/bind8 | |
parent | 026eea5d525bb761659d3eaf0a9631b086834acd (diff) | |
download | FreeBSD-ports-95aec343a34a8b7f441af0e94665b5092cc25e7b.zip FreeBSD-ports-95aec343a34a8b7f441af0e94665b5092cc25e7b.tar.gz |
Allow category of net/bind8 to be overriden in slaves and adjust chinese/bind8
accordingly.
Diffstat (limited to 'dns/bind8')
-rw-r--r-- | dns/bind8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 69c047f..0a885a6 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}/ \ |