projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab1304
)
net/apache: use @APACHE download facility
author
Heinrich Schuchardt
<
[email protected]
>
Sun, 17 Jan 2016 18:39:37 +0000
(19:39 +0100)
committer
Heinrich Schuchardt
<
[email protected]
>
Sun, 17 Jan 2016 18:39:37 +0000
(19:39 +0100)
Instead of explicitly specyfing an Apache mirror use the
@APACHE download facility.
Signed-off-by: Heinrich Schuchardt <
[email protected]
>
net/apache/Makefile
patch
|
blob
|
history
diff --git
a/net/apache/Makefile
b/net/apache/Makefile
index f5de16377ecb97331207924373fcfe8853990a33..f65be874e171e506a8a95295c0613af7cd1d94d8 100644
(file)
--- a/
net/apache/Makefile
+++ b/
net/apache/Makefile
@@
-15,8
+15,7
@@
PKG_MAINTAINER:=Thomas Heil <
[email protected]
>
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)