summaryrefslogtreecommitdiff
path: root/math/blas
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@FreeBSD.org>1998-07-09 03:42:14 +0000
committerMarc G. Fournier <scrappy@FreeBSD.org>1998-07-09 03:42:14 +0000
commitf97f38d4d2239738e18a202cbf0f94954014ea95 (patch)
treeae23ecb11b947ccc3a105f33d6fcfe8a1573df0a /math/blas
parentStill marked BROKEN, but this gets me to the extract stage, and, removing (diff)
Looked in the wrong directory (linpack vs blas) ...
Notes
Notes: svn path=/head/; revision=11796
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 63356df00c2d..415fd5e42085 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -3,15 +3,15 @@
# Date created: 27 October 1994
# Whom: ljo
#
-# $Id: Makefile,v 1.16 1998/07/07 19:21:02 scrappy Exp $
+# $Id: Makefile,v 1.17 1998/07/08 11:54:51 scrappy Exp $
#
DISTNAME= blas
PKGNAME= blas-1.0
CATEGORIES= math
MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \
- ftp://www.hensa.ac.uk/mirrors/netlib/linpack/ \
- ftp://elib.zib-berlin.de/pub/linpack/
+ ftp://www.hensa.ac.uk/mirrors/netlib/blas/ \
+ ftp://elib.zib-berlin.de/pub/blas/
MAINTAINER= ports@FreeBSD.org