summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2008-01-14 06:01:41 +0000
committerXin LI <delphij@FreeBSD.org>2008-01-14 06:01:41 +0000
commit836873e17f4afd43fae9d74fe781029310d4516d (patch)
treef4eddced26c88416f0ee5fccd389310354734448 /Mk
parentupdate to 4.69 (diff)
A bandaid for recent cheeseshop -> pypi rename.
Notes
Notes: svn path=/head/; revision=205624
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sites.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 8f58eeb685a9..b76acbcf988a 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -118,7 +118,7 @@ MASTER_SITE_CENKES+= \
.if !defined(IGNORE_MASTER_SITE_CHEESESHOP)
MASTER_SITE_CHEESESHOP+= \
- http://cheeseshop.python.org/packages/%SUBDIR%/
+ http://pypi.python.org/packages/%SUBDIR%/
.endif
.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)