commit 0f56a587855b5386280d287d88e450862af59762
parent 5bdd69c1f66fab3e58b5ff6d70836c3bfe6efc58
Author: Thomas Heil <heil@terminal-consulting.de>
Date: Tue, 26 Jan 2016 14:02:59 +0100
Merge pull request #2275 from xypron/apache
net/apache: use @APACHE download facility
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net/apache/Makefile b/net/apache/Makefile
@@ -15,8 +15,7 @@ PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>
PKG_LICENSE:=Apache License
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://mirrors.ibiblio.org/apache/httpd/ \
- http://apache.imsam.info/httpd/
+PKG_SOURCE_URL:=@APACHE/httpd/
PKG_MD5SUM:=6c10e15835ab214464228a9beb7afba8
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION)