diff options
author | flz <flz@FreeBSD.org> | 2007-01-10 21:14:45 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-01-10 21:14:45 +0800 |
commit | 2dc8e877405bb5a134d67598b65e374a4b6e266d (patch) | |
tree | 175a541ab7346c645ac479e84e843f3896c4d9dd /net-p2p/rtorrent | |
parent | c73a2cdd5b35979b5d1480f6f253eb551851e0e8 (diff) | |
download | freebsd-ports-gnome-2dc8e877405bb5a134d67598b65e374a4b6e266d.tar.gz freebsd-ports-gnome-2dc8e877405bb5a134d67598b65e374a4b6e266d.tar.zst freebsd-ports-gnome-2dc8e877405bb5a134d67598b65e374a4b6e266d.zip |
Add local backup master site.
Reported by: sat
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++ |