diff options
author | fenner <fenner@FreeBSD.org> | 1997-07-20 03:43:53 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-07-20 03:43:53 +0800 |
commit | 7232cf9f603e627390b15368be40b323fd80d05d (patch) | |
tree | e298e26e0656c1c03663e81665ae3e8370585da3 /net | |
parent | 09c849625ecda66ecf26d50d32d263db99358371 (diff) | |
download | freebsd-ports-gnome-7232cf9f603e627390b15368be40b323fd80d05d.tar.gz freebsd-ports-gnome-7232cf9f603e627390b15368be40b323fd80d05d.tar.zst freebsd-ports-gnome-7232cf9f603e627390b15368be40b323fd80d05d.zip |
Upgrade to tcptrace 4.0.2
Diffstat (limited to 'net')
-rw-r--r-- | net/tcptrace/Makefile | 22 | ||||
-rw-r--r-- | net/tcptrace/distinfo | 2 | ||||
-rw-r--r-- | net/tcptrace/pkg-plist | 3 |
3 files changed, 16 insertions, 11 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 87cb24930392..5e39e09182e2 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,28 +1,30 @@ # New ports collection makefile for: tcptrace -# Version required: 3.2.5 +# Version required: 4.0.2 # Date created: 3 March 1997 # Whom: fenner # -# $Id: Makefile,v 1.1.1.1 1997/03/06 02:18:51 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/30 03:18:07 asami Exp $ # -DISTNAME= tcptrace-3.2.5 +DISTNAME= tcptrace-4.0.2 CATEGORIES= net -# this site uncompresses the file AND sends it with a .gz suffix -#MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/ -MASTER_SITES= ${MASTER_SITE_LOCAL} -DISTFILES= tcptrace_3.2.5.tar.gz +MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.0.2/ +DISTFILES= tcptrace.tar.gz MAINTAINER= fenner@FreeBSD.ORG -NO_WRKSUBDIR= yes -ALL_TARGET= depend tcptrace +WRKSRC= ${WRKDIR}/tcptrace +ALL_TARGET= tcptrace + +DOCFILES= COPYRIGHT README README.tput_graphs post-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tcptrace - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tcptrace +.for file in ${DOCFILES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace +.endfor .endif .include <bsd.port.mk> diff --git a/net/tcptrace/distinfo b/net/tcptrace/distinfo index 9c40ff1a3b5c..84f3f61af98b 100644 --- a/net/tcptrace/distinfo +++ b/net/tcptrace/distinfo @@ -1 +1 @@ -MD5 (tcptrace_3.2.5.tar.gz) = 9d9c35b048ed0b0a30a9adafb98c289f +MD5 (tcptrace.tar.gz) = 6e23d8585ba8c939cac4863fd7e39876 diff --git a/net/tcptrace/pkg-plist b/net/tcptrace/pkg-plist index df6fdd2ae2fd..3dfba5bbe47b 100644 --- a/net/tcptrace/pkg-plist +++ b/net/tcptrace/pkg-plist @@ -1,2 +1,5 @@ bin/tcptrace +share/doc/tcptrace/COPYRIGHT share/doc/tcptrace/README +share/doc/tcptrace/README.tput_graphs +@dirrm share/doc/tcptrace |