diff options
-rw-r--r-- | devel/py-virtualenv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index d83cefa89345..492415a585f1 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -9,7 +9,7 @@ PORTNAME= virtualenv PORTVERSION= 1.0 #PORTREVISION= 0 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ +MASTER_SITES= http://pypi.python.org/packages/source/v/virtualenv/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |