aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-11-28 08:24:14 +0800
committerats <ats@FreeBSD.org>1994-11-28 08:24:14 +0800
commit4db405bd2b611f6061539ede37ed3a615ab667ca (patch)
tree10cd565c7f5944754773f6bded7066a12bfffe15 /math
parentdefcda1a914063d9dcb868c660a37f14910d7659 (diff)
downloadfreebsd-ports-graphics-4db405bd2b611f6061539ede37ed3a615ab667ca.tar.gz
freebsd-ports-graphics-4db405bd2b611f6061539ede37ed3a615ab667ca.tar.zst
freebsd-ports-graphics-4db405bd2b611f6061539ede37ed3a615ab667ca.zip
Put a hack into it until we have some good solution for the
MASTER_SITE_OVERRIDE. This works also.
Diffstat (limited to 'math')
-rw-r--r--math/blas/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 2e1e4cecddc..62a5c4bddd2 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}