diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-03-31 04:12:56 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-03-31 04:12:56 +0000 |
commit | 5034a13e0d83e056eae77e1f7bc1d3503427b686 (patch) | |
tree | b1c6f0a1df624f8edf7484ec52b1a190555945fb /net-p2p/py-bittorrent/Makefile | |
parent | 2ca3fe35c93b72a3be430044518c71067225e913 (diff) | |
download | ports-5034a13e0d83e056eae77e1f7bc1d3503427b686.tar.gz ports-5034a13e0d83e056eae77e1f7bc1d3503427b686.zip |
Add working MASTER_SITES
Submitted by: kris (dosirak)
Notes
Notes:
svn path=/head/; revision=158454
Diffstat (limited to 'net-p2p/py-bittorrent/Makefile')
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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} |