. Update the installation path for the new version of eclipse.

PR:		148671
Approved by:	maintainer timeout
This commit is contained in:
Greg Lewis 2010-07-31 18:04:47 +00:00
parent 72519c4a2a
commit 8d33496760
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258542

View file

@ -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>