. Update paths for new eclipse version.

This commit is contained in:
Greg Lewis 2010-07-14 06:09:53 +00:00
parent 18632d4026
commit 3aea26cbdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257748

View file

@ -19,8 +19,8 @@ MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT= Webtools for eclipse
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \
${LOCALBASE}/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
${LOCALBASE}/lib/eclipse/features/org.eclipse.emf_2.3.2.v200802051830/feature.xml:${PORTSDIR}/java/eclipse-emf \
${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
CONFLICTS= eclipse-lomboz-3.*
@ -44,12 +44,12 @@ post-extract:
.endfor
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) >> ${TMPPLIST}
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
| ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
.include <bsd.port.mk>