diff options
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r-- | math/blas/Makefile | 8 |
1 files changed, 2 insertions, 6 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 |