mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
devel/apache-ant: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored by upstream mirror sites Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32405
This commit is contained in:
parent
b7007af99e
commit
f12e6de982
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= apache-ant
|
||||
DISTVERSION= 1.10.8
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= APACHE/ant/binaries/:bin \
|
||||
MASTER_SITES= https://archive.apache.org/dist/ant/binaries/:bin \
|
||||
LOCAL/hq:man
|
||||
DISTFILES= ${ANT_DISTFILE}:bin \
|
||||
${MANPAGE_DISTFILE}:man
|
||||
|
@ -33,7 +33,7 @@ READMES= LICENSE README WHATSNEW
|
|||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
DISTFILES+= ${PORTNAME}-${DISTVERSION}-manual.tar.bz2:doc
|
||||
MASTER_SITES+= APACHE/ant/manual/:doc
|
||||
MASTER_SITES+= https://archive.apache.org/dist/ant/manual/:doc
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue