aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2008-03-18 21:52:44 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2008-03-18 21:52:44 +0000
commit540d0122504705aa137066624f94e9d141c15759 (patch)
treef76f37c5332a5e912b856e90e46c50d01c03aa89 /java
parentf4c880e7a9d9b0185b83e2c489798318d54f8067 (diff)
downloadports-540d0122504705aa137066624f94e9d141c15759.tar.gz
ports-540d0122504705aa137066624f94e9d141c15759.zip
Notes
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}|'