diff options
author | hq <hq@FreeBSD.org> | 2005-10-12 00:36:30 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-10-12 00:36:30 +0800 |
commit | 1067cd3a8f2fe3c6ae276737abc1facad0f48959 (patch) | |
tree | a26ccf6299a5f243d5aba8d839a1f0f96d7e2752 /devel | |
parent | a56d57140fa134d6963a28e3edc995ffaf5961df (diff) | |
download | freebsd-ports-gnome-1067cd3a8f2fe3c6ae276737abc1facad0f48959.tar.gz freebsd-ports-gnome-1067cd3a8f2fe3c6ae276737abc1facad0f48959.tar.zst freebsd-ports-gnome-1067cd3a8f2fe3c6ae276737abc1facad0f48959.zip |
Add a mirror for the man page distribution on MASTER_SITE_LOCAL as the former
server is experiencing trouble on regular basis lately.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apache-ant/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index c6a580d79057..cc61c078c3bd 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 1.6.5 PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:bin,} \ + ${MASTER_SITE_LOCAL:S,%SUBDIR%/,hq/:man,} \ http://www.esil.univ-mrs.fr/~hquiroz/:man DISTFILES= ${ANT_DISTFILE}:bin \ ${MANPAGE_DISTFILE}:man |