diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 12:14:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 12:14:01 +0000 |
commit | 851f22ae570860621bd059bab565d985b0958ea5 (patch) | |
tree | 255f6b0c64afbdcbb911fea6acea95c8b28a9657 /math/blas | |
parent | 865245d67e09963a0c280a3ebca1fc68e05b49a6 (diff) | |
download | pkgsrc-851f22ae570860621bd059bab565d985b0958ea5.tar.gz |
Remove Ex-MASTER_SITEs. From Zafer Aydogan.
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 07b5b430206..d1cedc2f21a 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2006/06/09 10:38:35 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2007/12/02 12:14:15 wiz Exp $ # DISTNAME= blas PKGNAME= blas-1.0 PKGREVISION= 3 CATEGORIES= math -MASTER_SITES= ftp://ftp.netlib.org/blas/ \ - ftp://netlib.bell-labs.com/netlib/blas/ \ - ftp://www.hensa.ac.uk/mirrors/netlib/blas/ +MASTER_SITES= ftp://ftp.netlib.org/blas/ EXTRACT_SUFX= .tgz MAINTAINER= adam@NetBSD.org |