summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-07-31 18:04:47 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-07-31 18:04:47 +0000
commit8d334967600b8aa16c23a0b5322b54d12a573afb (patch)
tree4bee48838321d626c10330fa68b3b9ed89f1a0b2 /java
parent. Update installation path for the new version of eclipse. (diff)
. Update the installation path for the new version of eclipse.
PR: 148671 Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=258542
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-sqlexplorer/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/eclipse-sqlexplorer/Makefile b/java/eclipse-sqlexplorer/Makefile
index 41ad1e81d8ca..eddc7519cc54 100644
--- a/java/eclipse-sqlexplorer/Makefile
+++ b/java/eclipse-sqlexplorer/Makefile
@@ -19,19 +19,19 @@ MAINTAINER= sugimura@jp.FreeBSD.ORG
COMMENT= A visual database query tool for Eclipse
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
- ${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
+ ${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
- @${MKDIR} -p ${PREFIX}/eclipse
- @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
+ @${MKDIR} -p ${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
@(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \
- | ${SED} -ne 's,^,eclipse/,p' >> ${TMPPLIST}
+ | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \
| ${GREP} -vE '^plugins$$' \
- | ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${TMPPLIST}
+ | ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST}
.include <bsd.port.mk>