diff options
author | nivit <nivit@FreeBSD.org> | 2008-01-13 18:19:10 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2008-01-13 18:19:10 +0800 |
commit | c6cae4acd4e01dcedc641623d8b886a13905e3a4 (patch) | |
tree | 4f28ab1063e92133a1e88147e64b00df1c8a3cab /devel | |
parent | 80e07f1e5cde2ef080ae9869c7da1b6f4ed0185e (diff) | |
download | freebsd-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/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} |