diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-11 10:28:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-11 10:28:43 +0000 |
commit | 5eb1cd04128fb650a7c4b788c019dd0fe6c6f56f (patch) | |
tree | 6ec40e3127a2b7e9770e80b3f14f541caa52b8c4 /dns | |
parent | 0d90a7cfe7cbe5ee6fbd11919a8527ad913629f7 (diff) | |
download | ports-5eb1cd04128fb650a7c4b788c019dd0fe6c6f56f.tar.gz ports-5eb1cd04128fb650a7c4b788c019dd0fe6c6f56f.zip |
Notes
Diffstat (limited to 'dns')
-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 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}/ \ |