diff options
author | danfe <danfe@FreeBSD.org> | 2006-09-07 18:42:35 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-09-07 18:42:35 +0800 |
commit | 89e9c9c547d04ebdb5f466fe901d067e97dc0b85 (patch) | |
tree | 145713d22b4241f91a3d9f89d861a6fa5e66c5cb /benchmarks/flops | |
parent | 01336d8013b853970af5ccf62f1843dcc8c90d48 (diff) | |
download | freebsd-ports-graphics-89e9c9c547d04ebdb5f466fe901d067e97dc0b85.tar.gz freebsd-ports-graphics-89e9c9c547d04ebdb5f466fe901d067e97dc0b85.tar.zst freebsd-ports-graphics-89e9c9c547d04ebdb5f466fe901d067e97dc0b85.zip |
Fix fetching.
PR: ports/100725
Submitted by: Stanislav Sedov
Diffstat (limited to 'benchmarks/flops')
-rw-r--r-- | benchmarks/flops/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index fed87426797..1649122ac28 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -8,7 +8,7 @@ PORTNAME= flops PORTVERSION= 2.0 CATEGORIES= benchmarks -MASTER_SITES= ftp://ftp.nosc.mil/pub/aburto/flops/ +MASTER_SITES= http://mbsd.msk.ru/dist/ DISTFILES= ${PORTNAME}.c ${PORTNAME}.doc MAINTAINER= danfe@FreeBSD.org |