From a393d41dc9c225fc5cdb649078bd2b00b4765b43 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 5 Dec 1998 08:12:11 +0000 Subject: Fix minor bug in which the reported throughput would be incorrect if the test block size were changed from 1024 bytes. Submitted by: Chad R. Larson Obtained from: ports@freebsd.org --- benchmarks/tcpblast/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'benchmarks/tcpblast') diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index ecf12aa2e514..bc2f845d4dbd 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -3,7 +3,7 @@ # Date created: 22 August 1994 # Whom: mr # -# $Id: Makefile,v 1.11 1996/11/20 01:59:27 obrien Exp $ +# $Id: Makefile,v 1.12 1998/12/01 00:54:15 asami Exp $ # DISTNAME= tcpblast @@ -11,6 +11,9 @@ PKGNAME= tcpblast-1.0 CATEGORIES= net benchmarks DISTFILES= # empty +MAINTAINER= ports@FreeBSD.org + +NO_CHECKSUM= "port's source files are part of this portball" WRKSRC= ${WRKDIR}/src do-extract: -- cgit v1.2.3