diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 08:49:04 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 08:49:04 +0000 |
commit | e049be9f581aff59fed51a632beb8285af8b886a (patch) | |
tree | 9664b6f886ad9f0c7269c98086d010cc17719267 /devel/subversive | |
parent | 7afa2f3cd249bd5ba8762f12230ed9bf2c47a6d1 (diff) | |
download | ports-e049be9f581aff59fed51a632beb8285af8b886a.tar.gz ports-e049be9f581aff59fed51a632beb8285af8b886a.zip |
Notes
Diffstat (limited to 'devel/subversive')
-rw-r--r-- | devel/subversive/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/devel/subversive/Makefile b/devel/subversive/Makefile index a2e2937411ac..7e029fdcacb2 100644 --- a/devel/subversive/Makefile +++ b/devel/subversive/Makefile @@ -7,6 +7,7 @@ PORTNAME= subversive PORTVERSION= 0.7.9 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel java MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,%SUBDIR%,technology/subversive/0.7/builds,:S,$,:core,} \ @@ -22,18 +23,10 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse LICENSE= EPL CONNECTORS= Subversive-connectors-2.2.2.I20100512-1900.zip -NO_BUILD= yes + NO_WRKSUBDIR= yes USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.5+ -JAVA_OS= native - -do-install: - @${MKDIR} ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse - @${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse - @(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) | \ - ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST} + +.include "${.CURDIR}/../../java/eclipse/Makefile.plugins" .include <bsd.port.mk> |