mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Put a hack into this makefile to get MASTER_SITE_OVERRIDE to work
until someone has a brilliant idea how to reorganize the ports.
This commit is contained in:
parent
1496ce170d
commit
33a761ee3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user