mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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 <chad@freeway.dcfinc.com> Obtained from: ports@freebsd.org
This commit is contained in:
parent
b9c27a3642
commit
a393d41dc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15123
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user