summaryrefslogtreecommitdiff
path: root/benchmarks/whetstone
diff options
context:
space:
mode:
authorasau <asau>2009-02-22 14:15:28 +0000
committerasau <asau>2009-02-22 14:15:28 +0000
commit225cf7489a5fe2b7b688cec5f5b784aa4fe363b4 (patch)
tree2cacc78a0b0c70ec8412feab9b98f9b35013d1cc /benchmarks/whetstone
parentac3b167379d91b2318b85952f676524c0d972f36 (diff)
downloadpkgsrc-225cf7489a5fe2b7b688cec5f5b784aa4fe363b4.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/Makefile4
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