diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-01-10 13:14:45 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-01-10 13:14:45 +0000 |
commit | 9112f6138effa605d8ab69f7859fb181686c61e9 (patch) | |
tree | d62a7ace89df74541bba61a3a64608cac557e4a0 /net-p2p/libtorrent | |
parent | dbd4158527edf5cd3770d0da39ad197921940434 (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/Makefile | 4 |
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++ |