diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-11-01 14:48:02 +0000 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-11-01 14:48:02 +0000 |
commit | b177007da9251e657033cb7c1f8ae1c158b10d5f (patch) | |
tree | f08af2a4b5662e46554359c4d850dd058ba2d57c /devel | |
parent | 095c2558f7494b3f0d234e70d0ad757bade1dd44 (diff) | |
download | FreeBSD-ports-b177007da9251e657033cb7c1f8ae1c158b10d5f.zip FreeBSD-ports-b177007da9251e657033cb7c1f8ae1c158b10d5f.tar.gz |
- Fix mastersite.
PR: ports/104097
Submitted by: Josh Paetzel <josh@tcbug.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-twisted/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 3d8b814..5168875 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -9,9 +9,7 @@ PORTNAME= twisted PORTVERSION= 1.3.0 PORTREVISION= 2 CATEGORIES= devel net python -MASTER_SITES= http://twisted.sourceforge.net/ \ - http://twistedmatrix.com/downloads/ \ - http://twistedmatrix.com/downloads/old/ +MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/ MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Twisted_NoDocs-${PORTVERSION} |