aboutsummaryrefslogtreecommitdiffstats
path: root/math/linpack
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-11-29 06:57:41 +0800
committerats <ats@FreeBSD.org>1994-11-29 06:57:41 +0800
commit611774e893ed72070d837dafc390de11802738ae (patch)
treec4661fca07aa6995afc1a372749eb91cd287a67b /math/linpack
parent4994b0cf10ef269454f492e835153cff5e44c27b (diff)
downloadfreebsd-ports-gnome-611774e893ed72070d837dafc390de11802738ae.tar.gz
freebsd-ports-gnome-611774e893ed72070d837dafc390de11802738ae.tar.zst
freebsd-ports-gnome-611774e893ed72070d837dafc390de11802738ae.zip
Put a hack into this makefile to get MASTER_SITE_OVERIDE to work.
Diffstat (limited to 'math/linpack')
-rw-r--r--math/linpack/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 05dddf33ed94..d494584d8ade 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -1,6 +1,10 @@
DISTNAME= linpack
DISTDIR=${PORTSDIR}/distfiles/${DISTNAME}
MASTER_SITES= ftp://netlib.att.com/netlib/linpack/
+.if defined(MASTER_SITE_OVERRIDE)
+MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/linpack/
+.undef MASTER_SITE_OVERRIDE
+.endif
EXTRACT_CMD=scripts/uncomp
EXTRACT_SUFX=.Z
EXTRACT_ARGS= ${WRKDIR}