diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-28 21:58:43 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-28 21:58:43 +0000 |
commit | 33a761ee3ce97db650b83d1fd8ae875753650add (patch) | |
tree | f2c439f15ef508671d904f4183817ef1efb3ff7d /math/eispack/Makefile | |
parent | Put a hack into it until we have some good solution for the (diff) |
Put a hack into this makefile to get MASTER_SITE_OVERRIDE to work
until someone has a brilliant idea how to reorganize the ports.
Notes
Notes:
svn path=/head/; revision=521
Diffstat (limited to 'math/eispack/Makefile')
-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 766ed05a300e..6007246947af 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} |