diff options
author | lioux <lioux@FreeBSD.org> | 2006-03-31 12:12:56 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-03-31 12:12:56 +0800 |
commit | e155f24585a052bcd606d2231d2195a7bc3abb34 (patch) | |
tree | 1a05adc7f9ffe52f1b56d4c151ee62547a21a37a /net-p2p | |
parent | 6b156c8f889940e3e6966435210a2f313e5ea616 (diff) | |
download | freebsd-ports-gnome-e155f24585a052bcd606d2231d2195a7bc3abb34.tar.gz freebsd-ports-gnome-e155f24585a052bcd606d2231d2195a7bc3abb34.tar.zst freebsd-ports-gnome-e155f24585a052bcd606d2231d2195a7bc3abb34.zip |
Add working MASTER_SITES
Submitted by: kris (dosirak)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index e8d7d120927e..f32de0aa9b12 100644 --- a/net-p2p/py-bittorrent-devel/Makefile +++ b/net-p2p/py-bittorrent-devel/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 4.4.0 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES?= net-p2p python -MASTER_SITES= http://www.bittorrent.com/dl/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://download.bittorrent.com/dl/ MASTER_SITE_SUBDIR= ${PORTNAME:L} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX?= -devel diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index 2c41240069ed..eded1fd85f2a 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 4.4.0 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES?= net-p2p python -MASTER_SITES= http://www.bittorrent.com/dl/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= http://download.bittorrent.com/dl/ MASTER_SITE_SUBDIR= ${PORTNAME:L} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |