summaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-08-02 08:59:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-08-02 08:59:21 +0000
commit28990fe93957a0394d0dcde0e04f32ca39b9b9d9 (patch)
tree6e836491957cfbbcdcc4bac0f859471acbe21129 /Mk/bsd.sites.mk
parentmail/roundcube-markasjunk2: update to 1.11.1 (diff)
Fix MASTER_SITE_ZI, you cannot use a shorthand in a shorthand.
With the current code, if you use ZI, it will not expand LOCAL/ZI. It would have worked if you use ${MASTER_SITE_ZI} everywhere though. It'll end up trying to fetch from, literally, LOCAL/zi/some-file.tgz. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=447090
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 6bbf28d4f27c..3a515f3c1209 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -1240,7 +1240,7 @@ MASTER_SITE_KERNEL_ORG+= \
MASTER_SITE_ZI+= \
https://mirrors.rit.edu/zi/ \
https://blackened.zi0r.com/mirrors/ \
- LOCAL/zi/
+ ${MASTER_SITE_LOCAL:S/%SUBDIR%/zi/}
.endif
# Macro magic