summaryrefslogtreecommitdiff
path: root/net/tcptrace/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>1999-09-15 15:43:11 +0000
committerdrochner <drochner@pkgsrc.org>1999-09-15 15:43:11 +0000
commit0d58ec507b2c4a0fa99143d0c2b7b2ad077b3e6f (patch)
tree46b262e56328391943a5439a6605119231cdfc30 /net/tcptrace/Makefile
parent299eb5fbd4d44a9f4d3bb76fa2273f83215bc931 (diff)
downloadpkgsrc-0d58ec507b2c4a0fa99143d0c2b7b2ad077b3e6f.tar.gz
update to 5.2.0
(too many changes/fixes too list here)
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r--net/tcptrace/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index 19768b7dcb0..b5beb6d0294 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.10 1999/04/16 22:30:51 abs Exp $
+# $NetBSD: Makefile,v 1.11 1999/09/15 15:43:11 drochner Exp $
# FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp
#
-DISTNAME= tcptrace.5.1.1
-PKGNAME= tcptrace-5.1.1
+DISTNAME= tcptrace.5.2.0
+PKGNAME= tcptrace-5.2.0
CATEGORIES= net
-MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.1.1/
+MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.0/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://jarok.cs.ohiou.edu/software/tcptrace/tcptrace.html
-WRKSRC= ${WRKDIR}/tcptrace_5.1.1
+WRKSRC= ${WRKDIR}/tcptrace_5.2.0
GNU_CONFIGURE= yes
ALL_TARGET= tcptrace
@@ -19,6 +19,7 @@ DOCFILES= COPYRIGHT README README.tput_graphs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${MKDIR} ${PREFIX}/share/doc/tcptrace
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace