diff -r bef78732195b -r 775168282b2f components/python/python27/Makefile --- a/components/python/python27/Makefile Fri Dec 02 16:56:03 2011 -0800 +++ b/components/python/python27/Makefile Mon Dec 05 11:48:52 2011 -0800 @@ -27,10 +27,11 @@ COMPONENT_NAME= Python COMPONENT_VERSION= 2.7.1 +COMPONENT_PROJECT_URL= http://python.org/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_HASH= sha1:fbe1894322ff91b80726e269c97454f4129fc2a3 -COMPONENT_ARCHIVE_URL= http://python.org/ftp/python/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) +COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)ftp/python/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) include $(WS_TOP)/make-rules/prep.mk include $(WS_TOP)/make-rules/configure.mk