diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-28 00:24:14 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-28 00:24:14 +0000 |
commit | 1496ce170dacc9fc6001950e341d16d042a6d2be (patch) | |
tree | 2e0fcd644cc924c69d4d35d4c8e1fcd504f98713 /math/blas | |
parent | Add ghostview and xfig to the SUBDIR list. Bring the list into alphabetical (diff) |
Put a hack into it until we have some good solution for the
MASTER_SITE_OVERRIDE. This works also.
Notes
Notes:
svn path=/head/; revision=520
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 2e1e4cecddc2..62a5c4bddd24 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -1,6 +1,10 @@ DISTNAME= blas DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} MASTER_SITES= ftp://netlib.att.com/netlib/blas/ +.if defined(MASTER_SITE_OVERRIDE) +MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/blas/ +.undef MASTER_SITE_OVERRIDE +.endif EXTRACT_CMD=scripts/uncomp EXTRACT_SUFX=.Z EXTRACT_ARGS= ${WRKDIR} |