diff options
author | ats <ats@FreeBSD.org> | 1994-11-29 06:57:41 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-29 06:57:41 +0800 |
commit | 611774e893ed72070d837dafc390de11802738ae (patch) | |
tree | c4661fca07aa6995afc1a372749eb91cd287a67b /math/linpack | |
parent | 4994b0cf10ef269454f492e835153cff5e44c27b (diff) | |
download | freebsd-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/Makefile | 4 |
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} |