diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-07-26 18:43:30 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-07-26 18:43:30 +0000 |
commit | 8eddc5e57da9192ee13d25889243a4841dbe8821 (patch) | |
tree | ad5c6a2406ee2048840afc07db8fb7790c73be54 /devel/apache-ant/Makefile | |
parent | cf80d22f0c2870eb5efba6e1e5529ec9958bd51f (diff) | |
download | ports-8eddc5e57da9192ee13d25889243a4841dbe8821.tar.gz ports-8eddc5e57da9192ee13d25889243a4841dbe8821.zip |
Notes
Diffstat (limited to 'devel/apache-ant/Makefile')
-rw-r--r-- | devel/apache-ant/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 4f319e244f08..69a402909032 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -6,13 +6,9 @@ # PORTNAME= apache-ant -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.2 CATEGORIES= devel java -MASTER_SITES= http://apache.mirror.trueserver.nl/dist/ant/binaries/:bin \ - http://apache.proserve.nl/dist/ant/binaries/:bin \ - http://apache.cs.uu.nl/dist/ant/binaries/:bin \ - http://dist.apache.easynet.nl/ant/binaries/:bin \ +MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:bin,} \ http://www.esil.univ-mrs.fr/~hquiroz/:man DISTFILES= ${ANT_DISTFILE}:bin \ ${MANPAGE_DISTFILE}:man |