diff options
author | abs <abs@pkgsrc.org> | 1999-04-16 22:30:51 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-04-16 22:30:51 +0000 |
commit | b37cd82d23ed80b85b2460c49da2ef7bcc8f1032 (patch) | |
tree | 9853ead8c9e45aceafdf932f984be897f8a2beba /net/tcptrace/Makefile | |
parent | 9a18cdea34c4db790d0b9cb532b3179637be3b25 (diff) | |
download | pkgsrc-b37cd82d23ed80b85b2460c49da2ef7bcc8f1032.tar.gz |
Update to 5.1.1. Add patch to avoid bison.
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r-- | net/tcptrace/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 1833a59e1cf..19768b7dcb0 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.9 1999/04/13 15:31:06 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/16 22:30:51 abs Exp $ # FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp # -DISTNAME= tcptrace -PKGNAME= tcptrace-4.1.3 +DISTNAME= tcptrace.5.1.1 +PKGNAME= tcptrace-5.1.1 CATEGORIES= net -MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.1.3/ +MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.1.1/ MAINTAINER= packages@netbsd.org -HOMEPAGE= http://jarok.cs.ohiou.edu/software/tcptrace/ +HOMEPAGE= http://jarok.cs.ohiou.edu/software/tcptrace/tcptrace.html +WRKSRC= ${WRKDIR}/tcptrace_5.1.1 GNU_CONFIGURE= yes ALL_TARGET= tcptrace |