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 | 101fe2017b42a0fb002666316236fa1263873500 (patch) | |
tree | 2cacc78a0b0c70ec8412feab9b98f9b35013d1cc /benchmarks/whetstone | |
parent | 29b0caba1a4ab018368f8726d58522cbc066f46f (diff) | |
download | pkgsrc-101fe2017b42a0fb002666316236fa1263873500.tar.gz |
Use MASTER_SITE_NETLIB for Netlib and its mirrors.
Discussed with Tobias Nygren.
Diffstat (limited to 'benchmarks/whetstone')
-rw-r--r-- | benchmarks/whetstone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile index d5356ef1f8d..b4180be9197 100644 --- a/benchmarks/whetstone/Makefile +++ b/benchmarks/whetstone/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2008/03/03 00:51:44 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2009/02/22 14:15:28 asau Exp $ DISTNAME= whetstone PKGNAME= whetstone-1.2 CATEGORIES= benchmarks -MASTER_SITES= http://www.netlib.org/benchmark/ +MASTER_SITES= ${MASTER_SITE_NETLIB:=benchmark/} EXTRACT_SUFX= .c MAINTAINER= pkgsrc-users@NetBSD.org |