components/python/python26/Makefile
changeset 609 775168282b2f
parent 578 4f51372decaf
child 634 bd9c94f9f6e0
--- a/components/python/python26/Makefile	Fri Dec 02 16:56:03 2011 -0800
+++ b/components/python/python26/Makefile	Mon Dec 05 11:48:52 2011 -0800
@@ -26,10 +26,11 @@
 
 COMPONENT_NAME=		Python
 COMPONENT_VERSION=	2.6.4
+COMPONENT_PROJECT_URL=	http://python.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
 COMPONENT_ARCHIVE_HASH=	sha1:bee572680d1966501247cb2b26e0e51f94d1cd13
-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