diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-13 02:02:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-13 02:02:15 +0000 |
commit | c7a1b06585af45cf6babcc12830d56f99412761e (patch) | |
tree | afad88291cd4ad5f0ed04d36e40e9604a3650820 /benchmarks/nttcp | |
parent | 6e30c36eb713ec9cedf562935058f5b93d9198ee (diff) |
- Fix fetching
- Remove dead WWW
PR: ports/87987
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (billf; 20 days)
Notes
Notes:
svn path=/head/; revision=148067
Diffstat (limited to 'benchmarks/nttcp')
-rw-r--r-- | benchmarks/nttcp/Makefile | 6 | ||||
-rw-r--r-- | benchmarks/nttcp/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/benchmarks/nttcp/Makefile b/benchmarks/nttcp/Makefile index b626222798cb..ba3503427053 100644 --- a/benchmarks/nttcp/Makefile +++ b/benchmarks/nttcp/Makefile @@ -9,9 +9,9 @@ PORTNAME= nttcp PORTVERSION= 1.47 PORTREVISION= 1 CATEGORIES= benchmarks net -MASTER_SITES= http://home.leo.org/~bartel/nttcp/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= billf +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/privat2/ \ + http://freeware.sgi.com/source/nttcp/ \ + http://reality.sgiweb.org/freeware/source/nttcp/ MAINTAINER= billf@FreeBSD.org COMMENT= A client/server program for testing network performance diff --git a/benchmarks/nttcp/pkg-descr b/benchmarks/nttcp/pkg-descr index a9fce2550164..8f018711ffa3 100644 --- a/benchmarks/nttcp/pkg-descr +++ b/benchmarks/nttcp/pkg-descr @@ -4,6 +4,4 @@ side program which will send/receive data. Both sides measure the time and number of bytes transfered. The local side will print the measures. The format of the output can be specified on the commandline. -WWW: http://www.leo.org/~bartel/nttcp/ - Bill Fumerola <billf@chc-chimes.com> |