summaryrefslogtreecommitdiff
path: root/math/blas/Makefile
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 /math/blas/Makefile
parent8ddd0b00f1b2a16f7622d3ac260a7b4175323df6 (diff)
downloadpkgsrc-316a689776f2acb2bce838ff95d93320f41c9bbf.tar.gz
Use MASTER_SITE_NETLIB for Netlib and its mirrors.
Discussed with Tobias Nygren.
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r--math/blas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index bebe90dedd2..15e5d1dd9f2 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.26 2008/08/12 21:32:26 markd Exp $
+# $NetBSD: Makefile,v 1.27 2009/02/22 14:15:28 asau Exp $
#
DISTNAME= blas
PKGNAME= blas-1.1
PKGREVISION= 1
CATEGORIES= math
-MASTER_SITES= ftp://ftp.netlib.org/blas/
+MASTER_SITES= ${MASTER_SITE_NETLIB:=blas/}
EXTRACT_SUFX= .tgz
MAINTAINER= adam@NetBSD.org