aboutsummaryrefslogtreecommitdiffstats
path: root/devel/apache-ant
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2012-05-14 22:02:02 +0800
committerale <ale@FreeBSD.org>2012-05-14 22:02:02 +0800
commite1048887c0b0be107b14b1c8278d159a9e2155e2 (patch)
tree4281510313122acbb362a69d3b457557a9c5a1bf /devel/apache-ant
parent6fd5772e6e138be7e0e9f697e3c7c1473de3043c (diff)
downloadfreebsd-ports-gnome-e1048887c0b0be107b14b1c8278d159a9e2155e2.tar.gz
freebsd-ports-gnome-e1048887c0b0be107b14b1c8278d159a9e2155e2.tar.zst
freebsd-ports-gnome-e1048887c0b0be107b14b1c8278d159a9e2155e2.zip
Remove extra backslash and fix plist.
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