diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-01-16 23:14:44 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-01-16 23:14:44 +0000 |
commit | 6cd513eb2803346f2dd7a35c9f8849e4e2fd5fc4 (patch) | |
tree | 5025c40869342f6d2a3469d1e77e4f73252b681d /benchmarks/ttcp | |
parent | 8bcc6cea0924dbcb980c5fc010bf8f90a008a32e (diff) | |
download | ports-6cd513eb2803346f2dd7a35c9f8849e4e2fd5fc4.tar.gz ports-6cd513eb2803346f2dd7a35c9f8849e4e2fd5fc4.zip |
Notes
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r-- | benchmarks/ttcp/Makefile | 9 | ||||
-rw-r--r-- | benchmarks/ttcp/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index d362670b3f8e..d15bc0fedd5a 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -10,18 +10,19 @@ PORTVERSION= 1.12 CATEGORIES= benchmarks net MASTER_SITES= ftp://ftp.sgi.com/sgi/src/ttcp/ DISTFILES= ttcp.c ttcp.1 README +EXTRACT_ONLY= #none MAINTAINER= mharo@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance -EXTRACT_ONLY= #none NO_WRKSUBDIR= yes +DIST_SUBDIR= ${PORTNAME} MAN1= ttcp.1 post-extract: - ${CP} ${DISTDIR}/ttcp.c ${WRKSRC}/ - ${CP} ${DISTDIR}/ttcp.1 ${WRKSRC}/ - ${CP} ${DISTDIR}/README ${WRKSRC}/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.c ${WRKSRC}/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/ttcp.1 ${WRKSRC}/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/README ${WRKSRC}/ do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/ttcp ${WRKSRC}/ttcp.c diff --git a/benchmarks/ttcp/distinfo b/benchmarks/ttcp/distinfo index 980bbb75dedb..550cd2fb21c9 100644 --- a/benchmarks/ttcp/distinfo +++ b/benchmarks/ttcp/distinfo @@ -1,3 +1,3 @@ -MD5 (ttcp.c) = 3d1b75f6116cc246a4def9788ce58c26 -MD5 (ttcp.1) = 01d3a511a05dc8a0669f30c15ebaae82 -MD5 (README) = 6b1e5ff6247a9f284f3b58eb651b37a9 +MD5 (ttcp/ttcp.c) = 3d1b75f6116cc246a4def9788ce58c26 +MD5 (ttcp/ttcp.1) = 01d3a511a05dc8a0669f30c15ebaae82 +MD5 (ttcp/README) = 6b1e5ff6247a9f284f3b58eb651b37a9 |