mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
. Update paths for the new eclipse version.
This commit is contained in:
parent
34f4eb4eeb
commit
4a7d9e063e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257739
@ -31,12 +31,12 @@ JAVA_VERSION= 1.5+
|
||||
JAVA_OS= native
|
||||
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user