diff options
author | asau <asau@pkgsrc.org> | 2009-02-22 14:15:28 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-02-22 14:15:28 +0000 |
commit | 316a689776f2acb2bce838ff95d93320f41c9bbf (patch) | |
tree | 2cacc78a0b0c70ec8412feab9b98f9b35013d1cc /benchmarks/linpack-bench | |
parent | 8ddd0b00f1b2a16f7622d3ac260a7b4175323df6 (diff) | |
download | pkgsrc-316a689776f2acb2bce838ff95d93320f41c9bbf.tar.gz |
Use MASTER_SITE_NETLIB for Netlib and its mirrors.
Discussed with Tobias Nygren.
Diffstat (limited to 'benchmarks/linpack-bench')
-rw-r--r-- | benchmarks/linpack-bench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/linpack-bench/Makefile b/benchmarks/linpack-bench/Makefile index 9dab163ee3e..5e8b591dea0 100644 --- a/benchmarks/linpack-bench/Makefile +++ b/benchmarks/linpack-bench/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2008/03/03 00:51:44 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2009/02/22 14:15:28 asau Exp $ DISTNAME= linpackc PKGNAME= linpack-bench-940225 CATEGORIES= benchmarks -MASTER_SITES= http://www.netlib.org/benchmark/ +MASTER_SITES= ${MASTER_SITE_NETLIB:=benchmark/} EXTRACT_SUFX= # empty MAINTAINER= pkgsrc-users@NetBSD.org |