diff options
Diffstat (limited to 'net/ttcp')
-rw-r--r-- | net/ttcp/Makefile | 3 | ||||
-rw-r--r-- | net/ttcp/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile index f13838dcad9..708584b44ee 100644 --- a/net/ttcp/Makefile +++ b/net/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/01/27 11:29:48 enami Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/17 18:19:48 wiz Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= thorpej@netbsd.org HOMEPAGE= http://www.ccci.com/tools/ttcp/ +COMMENT= TCP testing and performance measuring tool .include "../../mk/bsd.prefs.mk" diff --git a/net/ttcp/pkg/COMMENT b/net/ttcp/pkg/COMMENT deleted file mode 100644 index aeacfcb4dee..00000000000 --- a/net/ttcp/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -TCP testing and performance measuring tool |