aboutsummaryrefslogtreecommitdiff
path: root/devel/apache-ant
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2003-02-27 14:25:12 +0000
committerErnst de Haan <znerd@FreeBSD.org>2003-02-27 14:25:12 +0000
commit55c80788c166f5a424f632ae1a87071b20872349 (patch)
tree465ae20e6550fe79e76cfee2b3fc182d33cfec1c /devel/apache-ant
parentabc33dbdfcaaea582800cee8f245fd8f578cab95 (diff)
downloadports-55c80788c166f5a424f632ae1a87071b20872349.tar.gz
ports-55c80788c166f5a424f632ae1a87071b20872349.zip
Now installing the antRun script again, in ${PREFIX}/bin.
Bumped PORTREVISION. The antRun script was incorrectly removed from the list of installed files in the following commit: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/jakarta-ant/Makefile.diff?r1=1.17&r2=1.18&f=h Indicated by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=76573
Diffstat (limited to 'devel/apache-ant')
-rw-r--r--devel/apache-ant/Makefile7
-rw-r--r--devel/apache-ant/pkg-plist1
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile
index b213e122f116..c793cbd23d8c 100644
--- a/devel/apache-ant/Makefile
+++ b/devel/apache-ant/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jakarta-ant
PORTVERSION= 1.5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel java
MASTER_SITES= http://jakarta.apache.org/builds/${PORTNAME}/release/v${ANT_VERSION}/bin/ \
http://www.metaverse.nl/~ernst/ \
@@ -58,9 +58,10 @@ do-install:
@${MKDIR} ${PORTDESTDIR}/lib
@${ECHO_CMD} " [ DONE ]"
- @${ECHO_CMD} -n ">> Installing script..."
+ @${ECHO_CMD} -n ">> Installing scripts..."
@cd ${INSTALL_WRKSRC}; \
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/ant ${PREFIX}/bin;
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/ant ${PREFIX}/bin; \
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/antRun ${PREFIX}/bin;
@${ECHO_CMD} " [ DONE ]"
@${ECHO_CMD} -n ">> Installing readme files..."
diff --git a/devel/apache-ant/pkg-plist b/devel/apache-ant/pkg-plist
index 82de7043b174..df2ce79a08cc 100644
--- a/devel/apache-ant/pkg-plist
+++ b/devel/apache-ant/pkg-plist
@@ -1,4 +1,5 @@
bin/ant
+bin/antRun
%%T%%/lib/ant.jar
%%T%%/lib/optional.jar
%%T%%/lib/README