diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-11-01 17:09:55 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-11-01 17:09:55 +0000 |
commit | 641e9357ef7c1e4db3956870e6ee72c8a3f69827 (patch) | |
tree | 68379cc0b07109926abe501586fada38ab6d522d /net/tcpcat | |
parent | feb2839a2e9e6a5319c4b08f0b06aa7c7c11f772 (diff) |
Notes
Diffstat (limited to 'net/tcpcat')
-rw-r--r-- | net/tcpcat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpcat/Makefile b/net/tcpcat/Makefile index 4a46144eb2ac..c5688415f4bc 100644 --- a/net/tcpcat/Makefile +++ b/net/tcpcat/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.gusnet.cx:8080/proj/tcpcat/ MAINTAINER= roam@FreeBSD.org -COMMENT= "A simple utility for sending/receiving data over a TCP or a Unix-domain socket" +COMMENT= A simple utility for sending/receiving data over a TCP or a Unix-domain socket GNU_CONFIGURE= yes PLIST_FILES= bin/tcpcat |