diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-12-29 14:50:31 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-12-29 14:50:31 +0000 |
commit | 50ef26bc899f6e2609a163028c5983ffe356bfd6 (patch) | |
tree | cec4a5c2ac8fb6e3e87cbc537549aefc29e453b1 /devel/maven-ant-tasks | |
parent | 7675051328c20eff50ad7669ad27d7cbb524dff0 (diff) |
Notes
Diffstat (limited to 'devel/maven-ant-tasks')
-rw-r--r-- | devel/maven-ant-tasks/Makefile | 11 | ||||
-rw-r--r-- | devel/maven-ant-tasks/pkg-descr | 2 |
2 files changed, 5 insertions, 8 deletions
diff --git a/devel/maven-ant-tasks/Makefile b/devel/maven-ant-tasks/Makefile index 08d8132e60af..986408a155b2 100644 --- a/devel/maven-ant-tasks/Makefile +++ b/devel/maven-ant-tasks/Makefile @@ -1,4 +1,3 @@ -# Created by: Chris Rees <utisoft@gmail.com> # $FreeBSD$ PORTNAME= maven-ant-tasks @@ -10,21 +9,19 @@ EXTRACT_SUFX= .jar EXTRACT_ONLY= MAINTAINER= crees@FreeBSD.org -COMMENT= Allows Maven's artifact handling to be used from within an Ant build - -RUN_DEPENDS= ant:${PORTSDIR}/devel/apache-ant +COMMENT= Allows Maven artifact handling to be used from within an Ant build LICENSE= AL2 +RUN_DEPENDS= ant:${PORTSDIR}/devel/apache-ant + USE_JAVA= 1.5+ NO_BUILD= yes - PLIST_FILES= %%JAVASHAREDIR%%/apache-ant/lib/${DISTNAME}${EXTRACT_SUFX} -NO_STAGE= yes do-install: @${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ - ${JAVASHAREDIR}/apache-ant/lib/ + ${STAGEDIR}${JAVASHAREDIR}/apache-ant/lib/ .include <bsd.port.mk> diff --git a/devel/maven-ant-tasks/pkg-descr b/devel/maven-ant-tasks/pkg-descr index a80668fe51da..6aac565de750 100644 --- a/devel/maven-ant-tasks/pkg-descr +++ b/devel/maven-ant-tasks/pkg-descr @@ -7,4 +7,4 @@ used from within an Ant build. These include: integrated, other with extensions) - POM processing - for reading and writing a Maven 2 pom.xml file -WWW: http://maven.apache.org/ant-tasks/index.html +WWW: http://maven.apache.org/ant-tasks/index.html |