aboutsummaryrefslogtreecommitdiff
path: root/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
parent1c597d50b3dba846cb0dfa0fa8ff83a4be7261fc (diff)
downloadports-d1f265b4334f66ef196c56b352f57d3dd0b8eea1.tar.gz
ports-d1f265b4334f66ef196c56b352f57d3dd0b8eea1.zip
Notes
Diffstat (limited to '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%/ \