summaryrefslogtreecommitdiff
path: root/net/tcptrace
diff options
context:
space:
mode:
authoradrianp <adrianp>2004-08-17 19:19:53 +0000
committeradrianp <adrianp>2004-08-17 19:19:53 +0000
commit1b83dead3eb1ec477f970e02f235406d7e9a5da7 (patch)
treed9b5d1e8bbed204b07202597f1e0522a8cc0c3a4 /net/tcptrace
parent61899ebe147b92f53c01ecb1ae296659d441160c (diff)
downloadpkgsrc-1b83dead3eb1ec477f970e02f235406d7e9a5da7.tar.gz
- make pkglint happy
- fix typos in DESCR suggestions by snj@.
Diffstat (limited to 'net/tcptrace')
-rw-r--r--net/tcptrace/DESCR6
-rw-r--r--net/tcptrace/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tcptrace/DESCR b/net/tcptrace/DESCR
index 6bdc5e867cb..841a51be7b4 100644
--- a/net/tcptrace/DESCR
+++ b/net/tcptrace/DESCR
@@ -1,11 +1,11 @@
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
-at Ohio University. It is NOT a packet capture program. It reads
+at Ohio University. It is NOT a packet capturing program. It reads
output dump files in the formats of several popular packet capturing
-programs: tcpdump, snoop, etherpeek, and netm
+programs: tcpdump, snoop, etherpeek, and netm.
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
-advertisements, throughput, etc. Its output format ranges from
+advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
It can also produce three different types of graphs, as follows:
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index b3d9b3d655e..bbae28dc959 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/08/17 11:10:27 adrianp Exp $
+# $NetBSD: Makefile,v 1.24 2004/08/17 19:19:53 adrianp Exp $
#
DISTNAME= tcptrace-6.6.1
@@ -22,8 +22,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcptrace
-.for file in ${DOCFILES}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
+.for f in ${DOCFILES}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tcptrace
.endfor
.include "../../archivers/bzip2/buildlink3.mk"