diff options
author | pav <pav@FreeBSD.org> | 2004-01-26 03:04:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-26 03:04:24 +0800 |
commit | 6e963bd4342aaf6c00ce696febbff1c2c7936724 (patch) | |
tree | 33047ed08183d1a839ee669c23d5712138632a84 /benchmarks/tcpblast/Makefile | |
parent | dafd6d1d3c8e0dd499f5f660a75512db39fd51a4 (diff) | |
download | freebsd-ports-gnome-6e963bd4342aaf6c00ce696febbff1c2c7936724.tar.gz freebsd-ports-gnome-6e963bd4342aaf6c00ce696febbff1c2c7936724.tar.zst freebsd-ports-gnome-6e963bd4342aaf6c00ce696febbff1c2c7936724.zip |
- Allow blasting 10000 blocks
- While there, nuke pkg-plist
PR: ports/61900
Submitted by: Radim Kolar <hsn@netmag.cz>
Diffstat (limited to 'benchmarks/tcpblast/Makefile')
-rw-r--r-- | benchmarks/tcpblast/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index e6b4d0c92e4c..c31834bc8606 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -8,12 +8,15 @@ PORTNAME= tcpblast PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= benchmarks net ipv6 DISTFILES= # none MAINTAINER= ports@FreeBSD.org COMMENT= Measures the throughput of a tcp connection +PLIST_FILES= bin/tcpblast + WRKSRC= ${WRKDIR}/src do-extract: |