diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 10:34:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 10:34:56 +0000 |
commit | ebc87904a6db71b99f808354d91fdb0be51cc362 (patch) | |
tree | 126a80943649704a2417e20ec34f5ee47d4856c0 /dns/nsd | |
parent | 941dd191d2928617c5f8924ec7b95789cae4fa9f (diff) | |
download | freebsd-ports-ebc87904a6db71b99f808354d91fdb0be51cc362.zip |
Drop the ipv6 virtual category for d* category as it is not relevant anymore
Diffstat (limited to 'dns/nsd')
-rw-r--r-- | dns/nsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 66d5b27bb030..e7777fa94d2b 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= nsd PORTVERSION= 4.2.2 -CATEGORIES= dns ipv6 +CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ |