diff options
author | asami <asami@FreeBSD.org> | 1996-03-10 09:01:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-10 09:01:03 +0000 |
commit | 383a5a8d8197af8eaa054d5b780c0dda70b12d1c (patch) | |
tree | cc415c1e1b233454b872cf01ac2e713184ff474b /math/blas/Makefile | |
parent | 920fcd875949bf88fcaa458bc750f7eb8d05fb4e (diff) | |
download | FreeBSD-ports-383a5a8d8197af8eaa054d5b780c0dda70b12d1c.zip FreeBSD-ports-383a5a8d8197af8eaa054d5b780c0dda70b12d1c.tar.gz |
Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to
fetch them correctly from the backup site.
Diffstat (limited to 'math/blas/Makefile')
-rw-r--r-- | math/blas/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index bb18ff5..70f1218 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -3,26 +3,21 @@ # Date created: 27 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.7 1995/05/03 02:22:18 asami Exp $ +# $Id: Makefile,v 1.8 1995/06/24 11:40:16 asami Exp $ # DISTNAME= blas PKGNAME= blas-1.0 -CATEGORIES= math - -DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} - +CATEGORIES+= math MASTER_SITES= ftp://netlib.att.com/netlib/blas/ -.if defined(MASTER_SITE_OVERRIDE) -MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/blas/ -.undef MASTER_SITE_OVERRIDE -.endif + +DIST_SUBDIR= ${DISTNAME} EXTRACT_CMD=${.CURDIR}/scripts/uncomp EXTRACT_SUFX=.Z EXTRACT_ARGS= ${WRKDIR} -WRKSRC=${WRKDIR} +NO_WRKSUBDIR= yes SRCS = caxpy.f cblas1.f cblas2.f ccopy.f cdotc.f cdotu.f cgbmv.f cgemv.f \ cgerc.f cgeru.f chbmv.f chemv.f cher.f cher2.f chpmv.f chpr.f \ |