diff options
-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> |