summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2008-01-13 10:19:10 +0000
committerNicola Vitale <nivit@FreeBSD.org>2008-01-13 10:19:10 +0000
commitb8d51ea02bec37cc2a22518941724c5c65d5f915 (patch)
treeb97e0060e6d590f1e7be802d723b88ccf422fcfd
parent. Update to 1.5.0_14. (diff)
- Fix MASTER_SITES
Reported by: pointyhat via erwin
Notes
Notes: svn path=/head/; revision=205591
-rw-r--r--devel/py-virtualenv/Makefile2
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}