diff options
author | ats <ats@FreeBSD.org> | 1994-11-28 21:58:43 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-28 21:58:43 +0000 |
commit | 4994b0cf10ef269454f492e835153cff5e44c27b (patch) | |
tree | 7919a9b0a61094600835f4cd4412ff062ce68de3 /math | |
parent | 4db405bd2b611f6061539ede37ed3a615ab667ca (diff) | |
download | FreeBSD-ports-4994b0cf10ef269454f492e835153cff5e44c27b.zip FreeBSD-ports-4994b0cf10ef269454f492e835153cff5e44c27b.tar.gz |
Put a hack into this makefile to get MASTER_SITE_OVERRIDE to work
until someone has a brilliant idea how to reorganize the ports.
Diffstat (limited to 'math')
-rw-r--r-- | math/eispack/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 766ed05..6007246 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -1,6 +1,10 @@ DISTNAME= eispack DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} MASTER_SITES= ftp://netlib.att.com/netlib/eispack/ +.if defined(MASTER_SITE_OVERRIDE) +MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/eispack/ +.undef MASTER_SITE_OVERRIDE +.endif EXTRACT_CMD=scripts/uncomp EXTRACT_SUFX=.Z EXTRACT_ARGS= ${WRKDIR} |