diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 17:17:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 17:17:25 +0000 |
commit | fa1716b118dcb99d41071490920455dbdbb3c633 (patch) | |
tree | f6d4c5e2710d9959bf8910208339b828d799a215 /net/tcptraceroute | |
parent | c1b1bd0135e4173a47c37c69eebc74813961a994 (diff) |
Notes
Diffstat (limited to 'net/tcptraceroute')
-rw-r--r-- | net/tcptraceroute/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile index 45ec8125cdc2..87569e14802f 100644 --- a/net/tcptraceroute/Makefile +++ b/net/tcptraceroute/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://michael.toren.net/code/tcptraceroute/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A traceroute implementation using TCP packets +COMMENT= Traceroute implementation using TCP packets BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 |