Fix fetching for some of the reference ports by expanding
${MASTER_SITE_SUBDIR} before we append -reference to ${PORTNAME} (in case ${PORTNAME} is used in ${MASTER_SITE_SUBDIR}).
This commit is contained in:
parent
11f08544a0
commit
eaaf01a9d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161958
@ -13,6 +13,9 @@ DISTNAME:= ${DISTNAME}
|
||||
.else
|
||||
DISTNAME:= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
.endif
|
||||
.if defined(MASTER_SITE_SUBDIR)
|
||||
MASTER_SITE_SUBDIR:= ${MASTER_SITE_SUBDIR}
|
||||
.endif
|
||||
PORTNAME:= ${PORTNAME}-reference
|
||||
.if defined(LATEST_LINK)
|
||||
LATEST_LINK:= ${LATEST_LINK}-reference
|
||||
|
Loading…
Reference in New Issue
Block a user