. Update paths for new eclipse version.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user