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/echoping/Makefile | |
parent | 0be2ce42f1a49b66c04ed3cb4fcf260b7c8da4c7 (diff) | |
download | ports-88a9b99e26860ec9d37de6535a3a7f13fb87036a.tar.gz ports-88a9b99e26860ec9d37de6535a3a7f13fb87036a.zip |
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/echoping/Makefile')
-rw-r--r-- | net/echoping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 5e1a7cda5a8c..2c1f68aea4a6 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -4,7 +4,7 @@ PORTNAME= echoping PORTVERSION= 6.0.2 PORTREVISION= 6 -CATEGORIES= net ipv6 +CATEGORIES= net MAINTAINER= ports@FreeBSD.org COMMENT= Ping-like program that uses TCP and/or HTTP |