aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2008-01-13 18:19:10 +0800
committernivit <nivit@FreeBSD.org>2008-01-13 18:19:10 +0800
commitc6cae4acd4e01dcedc641623d8b886a13905e3a4 (patch)
tree4f28ab1063e92133a1e88147e64b00df1c8a3cab /devel
parent80e07f1e5cde2ef080ae9869c7da1b6f4ed0185e (diff)
downloadfreebsd-ports-gnome-c6cae4acd4e01dcedc641623d8b886a13905e3a4.tar.gz
freebsd-ports-gnome-c6cae4acd4e01dcedc641623d8b886a13905e3a4.tar.zst
freebsd-ports-gnome-c6cae4acd4e01dcedc641623d8b886a13905e3a4.zip
- Fix MASTER_SITES
Reported by: pointyhat via erwin
Diffstat (limited to 'devel')
-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}