summaryrefslogtreecommitdiff
path: root/benchmarks/linpack-bench
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-02-22 14:15:28 +0000
committerasau <asau@pkgsrc.org>2009-02-22 14:15:28 +0000
commit316a689776f2acb2bce838ff95d93320f41c9bbf (patch)
tree2cacc78a0b0c70ec8412feab9b98f9b35013d1cc /benchmarks/linpack-bench
parent8ddd0b00f1b2a16f7622d3ac260a7b4175323df6 (diff)
downloadpkgsrc-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/Makefile4
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