summaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-06-19 10:28:40 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-06-19 10:28:40 +0000
commitd1f265b4334f66ef196c56b352f57d3dd0b8eea1 (patch)
tree96d744e5fdad99b0b3693ef6402c76200951547e /Mk/bsd.sites.mk
parent- Update to 1.6.1 (diff)
- Add master_site_rar and use it in rar, unrar and libunrar ports
Approved by: ache, gabor, Alex Samorukov <samm@os2.kiev.ua> (maintainers)
Notes
Notes: svn path=/head/; revision=193871
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index b059d90e7485..12f1c2fe1fae 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -1018,6 +1018,13 @@ MASTER_SITE_QT+= \
ftp://ftp.trolltech.com/qt/source/%SUBDIR%/
.endif
+.if !defined(IGNORE_MASTER_SITE_RAR)
+.for mirror in 2 3 4 5 6 7 8 9
+MASTER_SITE_RAR+= \
+ http://files${mirror}.rarlab.com/rar/%SUBDIR%/
+.endfor
+.endif
+
.if !defined(IGNORE_MASTER_SITE_REDHAT_LINUX)
MASTER_SITE_REDHAT_LINUX+= \
http://mirrors.usc.edu/pub/linux/distributions/redhat/redhat/linux/%SUBDIR%/ \