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++ 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++