7017379 package metadata not required for building should be kept in the package manifest (fix download link)
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 08 Feb 2011 14:42:41 -0800
changeset 77 211a27c9acd7
parent 76 a084497ff237
child 78 d47cf5f02201
7017379 package metadata not required for building should be kept in the package manifest (fix download link)
components/which/Makefile
--- a/components/which/Makefile	Tue Feb 08 10:54:06 2011 -0800
+++ b/components/which/Makefile	Tue Feb 08 14:42:41 2011 -0800
@@ -27,7 +27,7 @@
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	sha1:247804c95e91583020b4d57ccb517a2997041bd5
-COMPONENT_ARCHIVE_URL=	http://www.gnu.org/gnu/which/$(COMPONENT_ARCHIVE)
+COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/which/$(COMPONENT_ARCHIVE)
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk