diff options
author | flz <flz@FreeBSD.org> | 2007-01-10 13:14:45 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-01-10 13:14:45 +0000 |
commit | 2dc8e877405bb5a134d67598b65e374a4b6e266d (patch) | |
tree | 175a541ab7346c645ac479e84e843f3896c4d9dd /net-p2p | |
parent | c73a2cdd5b35979b5d1480f6f253eb551851e0e8 (diff) | |
download | FreeBSD-ports-2dc8e877405bb5a134d67598b65e374a4b6e266d.zip FreeBSD-ports-2dc8e877405bb5a134d67598b65e374a4b6e266d.tar.gz |
Add local backup master site.
Reported by: sat
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 10f8e35..233f24c 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++ diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 7e94911..040d81a 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++ |