diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-24 21:09:44 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-24 21:09:44 +0000 |
commit | 965b4433c8101ce6297182fac09adf6445c6658b (patch) | |
tree | 0a60112972153eb00b831d28b495a872560e28a7 /net/tcpproxy | |
parent | Deprecate these ports as upstream has abandoned them for a while now. (diff) |
Fix typos in COMMENT
Notes
Notes:
svn path=/head/; revision=301494
Diffstat (limited to 'net/tcpproxy')
-rw-r--r-- | net/tcpproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpproxy/Makefile b/net/tcpproxy/Makefile index e61a959c2b2a..51f7020d55f6 100644 --- a/net/tcpproxy/Makefile +++ b/net/tcpproxy/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.spreadspace.org/tcpproxy/releases/ \ http://alex.bmg.gv.at/programs/ MAINTAINER= alex@hugo.bmg.gv.at -COMMENT= A simple tcp connection proxy for ipv4 and ipv6 +COMMENT= A simple TCP connection proxy for IPv4 and IPv6 BUILD_DEPENDS= ragel:${PORTSDIR}/devel/ragel |