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 /math/slatec | |
parent | 8ddd0b00f1b2a16f7622d3ac260a7b4175323df6 (diff) | |
download | pkgsrc-316a689776f2acb2bce838ff95d93320f41c9bbf.tar.gz |
Use MASTER_SITE_NETLIB for Netlib and its mirrors.
Discussed with Tobias Nygren.
Diffstat (limited to 'math/slatec')
-rw-r--r-- | math/slatec/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/slatec/Makefile b/math/slatec/Makefile index d9b66f5f077..7a593bf5ec2 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2007/12/02 11:21:54 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2009/02/22 14:15:28 asau Exp $ # DISTNAME= slatec_src PKGNAME= slatec-4.1 PKGREVISION= 2 CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/slatec/ \ - ftp://netlib.no/netlib/slatec/ \ - ftp://ftp.zib.de/netlib/slatec/ +MASTER_SITES= ${MASTER_SITE_NETLIB:=slatec/} EXTRACT_SUFX= .tgz MAINTAINER= adam@NetBSD.org |