diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-07-19 19:43:53 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-07-19 19:43:53 +0000 |
commit | 2ec9a0998a65ed55d5f4605af14642ea2538ba6c (patch) | |
tree | f31cc7e3c959a07052c54a81271eeca684a469ce /net/tcptrace | |
parent | 4b40e7aa2b0a98a081e0ecfe1f985e4dc1b5282d (diff) | |
download | ports-2ec9a0998a65ed55d5f4605af14642ea2538ba6c.tar.gz ports-2ec9a0998a65ed55d5f4605af14642ea2538ba6c.zip |
Notes
Diffstat (limited to 'net/tcptrace')
-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 |