diff options
-rw-r--r-- | math/blas/Makefile | 8 | ||||
-rw-r--r-- | math/blas/distinfo | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 9837b8884b9e..cb8478126313 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -3,21 +3,17 @@ # Date created: 27 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.13 1998/02/02 00:24:51 steve Exp $ +# $Id: Makefile,v 1.14 1998/02/09 13:02:03 steve Exp $ # DISTNAME= blas PKGNAME= blas-1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ -EXTRACT_SUFX= .shar.gz MAINTAINER= ports@FreeBSD.org -EXTRACT_CMD= ${GUNZIP_CMD} < -EXTRACT_ARGS= -EXTRACT_AFTER_ARGS= | /bin/sh -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} pre-build: ${CP} ${FILESDIR}/makefile.lib ${WRKDIR}/Makefile diff --git a/math/blas/distinfo b/math/blas/distinfo index 21e615fb4e22..3235354935d7 100644 --- a/math/blas/distinfo +++ b/math/blas/distinfo @@ -1 +1 @@ -MD5 (blas.shar.gz) = 7d1566edb81ecc2a18c8017c36004e47 +MD5 (blas.tar.gz) = 5811e4b3dffa7a10956abf923cec1bd4 |