aboutsummaryrefslogtreecommitdiff
path: root/devel/apache-ant
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2012-05-14 14:02:02 +0000
committerAlex Dupre <ale@FreeBSD.org>2012-05-14 14:02:02 +0000
commite169132707b1bddcd829d21d3c51e36a5523e3d8 (patch)
tree8f844fb586546a0956371e995f22321032bb9af9 /devel/apache-ant
parent1d6d4b103b8e2e49d01ef6ac66400a392b99c68a (diff)
Notes
Diffstat (limited to 'devel/apache-ant')
-rw-r--r--devel/apache-ant/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile
index 3321e7b363fc..700d15ffebcd 100644
--- a/devel/apache-ant/Makefile
+++ b/devel/apache-ant/Makefile
@@ -7,6 +7,7 @@
PORTNAME= apache-ant
PORTVERSION= 1.8.3
+PORTREVISION= 1
CATEGORIES= devel java
MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:bin,} \
LOCAL/hq:man
@@ -35,7 +36,7 @@ READMES= LICENSE README WHATSNEW
.if !defined(NOPORTDOCS)
DISTFILES+= ${PORTNAME}-${PORTVERSION}-manual.tar.bz2:doc
-MASTER_SITES+= ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/manual/:doc,} \
+MASTER_SITES+= ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/manual/:doc,}
PORTDOCS= *
.endif