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 | |
parent | b46c9afd664b599ab27d3c3c6b57a65dadf2b42f (diff) | |
download | ports-1496ce170dacc9fc6001950e341d16d042a6d2be.tar.gz ports-1496ce170dacc9fc6001950e341d16d042a6d2be.zip |
Notes
Diffstat (limited to 'math')
-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} |