summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2007-01-10 13:14:45 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2007-01-10 13:14:45 +0000
commit9112f6138effa605d8ab69f7859fb181686c61e9 (patch)
treed62a7ace89df74541bba61a3a64608cac557e4a0 /net-p2p/libtorrent
parentA small cleanup. (diff)
Add local backup master site.
Reported by: sat
Notes
Notes: svn path=/head/; revision=181972
Diffstat (limited to 'net-p2p/libtorrent')
-rw-r--r--net-p2p/libtorrent/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 10f8e350a55c..233f24c19e1a 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -9,7 +9,9 @@ PORTNAME?= libtorrent
PORTVERSION?= 0.11.1
PORTREVISION?= 0
CATEGORIES= net-p2p
-MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
+MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= flz/libtorrent
MAINTAINER?= flz@FreeBSD.org
COMMENT?= BitTorrent Library written in C++