diff options
-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} |