summaryrefslogtreecommitdiff
path: root/net/tcptrace/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2004-08-17 19:19:53 +0000
committeradrianp <adrianp@pkgsrc.org>2004-08-17 19:19:53 +0000
commit6199767bffaf3c0cc681b0b56a3c937654b66dca (patch)
treed9b5d1e8bbed204b07202597f1e0522a8cc0c3a4 /net/tcptrace/Makefile
parentdacc239485456c54e42eca978207e68eec5ca845 (diff)
downloadpkgsrc-6199767bffaf3c0cc681b0b56a3c937654b66dca.tar.gz
- make pkglint happy
- fix typos in DESCR suggestions by snj@.
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r--net/tcptrace/Makefile6
1 files changed, 3 insertions, 3 deletions
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"