diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 12:17:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-10-09 12:17:15 +0000 |
commit | 88a9b99e26860ec9d37de6535a3a7f13fb87036a (patch) | |
tree | 25bba2b59d3b2155a61c043b440d7e15dbf2f4bf /net/dhcp6 | |
parent | 0be2ce42f1a49b66c04ed3cb4fcf260b7c8da4c7 (diff) |
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Notes
Notes:
svn path=/head/; revision=514143
Diffstat (limited to 'net/dhcp6')
-rw-r--r-- | net/dhcp6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile index 78db05cf75e4..73bd811b3808 100644 --- a/net/dhcp6/Makefile +++ b/net/dhcp6/Makefile @@ -5,7 +5,7 @@ PORTNAME= dhcp6 PORTVERSION= 20080615.2 DISTVERSIONPREFIX= v PORTREVISION= 2 -CATEGORIES= net ipv6 +CATEGORIES= net MAINTAINER= hrs@FreeBSD.org COMMENT= KAME DHCP6 client, server, and relay |