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/rtorrent | |
parent | dbd4158527edf5cd3770d0da39ad197921940434 (diff) | |
download | ports-9112f6138effa605d8ab69f7859fb181686c61e9.tar.gz ports-9112f6138effa605d8ab69f7859fb181686c61e9.zip |
Add local backup master site.
Reported by: sat
Notes
Notes:
svn path=/head/; revision=181972
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 7e94911634fb..040d81aa44ad 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -9,7 +9,9 @@ PORTNAME?= rtorrent PORTVERSION?= 0.7.1 PORTREVISION?= 1 CATEGORIES= net-p2p -MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ +MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= flz/rtorrent/ MAINTAINER?= flz@FreeBSD.org COMMENT?= BitTorrent Client written in C++ |