diff options
author | bapt <bapt@FreeBSD.org> | 2019-10-09 20:17:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-10-09 20:17:15 +0800 |
commit | ffde325af8140007ba8023f762de0b2cdfa4f7a5 (patch) | |
tree | 25bba2b59d3b2155a61c043b440d7e15dbf2f4bf /net/irrd | |
parent | 412ff36408b9a94d30cfac4db9c1d8ae12f39055 (diff) | |
download | freebsd-ports-gnome-ffde325af8140007ba8023f762de0b2cdfa4f7a5.tar.gz freebsd-ports-gnome-ffde325af8140007ba8023f762de0b2cdfa4f7a5.tar.zst freebsd-ports-gnome-ffde325af8140007ba8023f762de0b2cdfa4f7a5.zip |
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Diffstat (limited to 'net/irrd')
-rw-r--r-- | net/irrd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile index b2a60034d44c..fe6250dbf511 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -4,7 +4,7 @@ PORTNAME= irrd PORTVERSION= 2.3.10 PORTREVISION= 3 -CATEGORIES= net ipv6 +CATEGORIES= net MASTER_SITES= http://www.irrd.net/ DISTNAME= ${PORTNAME}${PORTVERSION} |