aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/eclipseme/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/eclipseme/Makefile b/java/eclipseme/Makefile
index 4545e70c7304..e31b8b857434 100644
--- a/java/eclipseme/Makefile
+++ b/java/eclipseme/Makefile
@@ -7,6 +7,7 @@
PORTNAME= eclipseme
PORTVERSION= 0.4.6
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -30,7 +31,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/proguard/lib/proguard.jar:${PORTSDIR}/java/prog
do-install:
@${MKDIR} ${PREFIX}/eclipse/plugins
- @${CP} -r ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/
+ @${CP} -R ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/
post-install:
@${CAT} ./pkg-message | ${SED} -e 's|%%PREFIX%%|${APP_HOME}|'