mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Update installation paths for the new version of eclipse.
PR: 148670 Approved by: Sutra Zhou <zhoushuqun@gmail.com> (MAINTAINER)
This commit is contained in:
parent
45842346f7
commit
bc7f8c22a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257852
1 changed files with 5 additions and 5 deletions
|
@ -30,13 +30,13 @@ do-install:
|
|||
@${MKDIR} ${WRKSRC}/eclipse
|
||||
@${MV} ${WRKSRC}/plugins ${WRKSRC}/eclipse/plugins
|
||||
@${MV} ${WRKSRC}/features ${WRKSRC}/eclipse/features
|
||||
@${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}
|
||||
@${MV} ${WRKSRC}/eclipse/plugins ${WRKSRC}/plugins
|
||||
@${MV} ${WRKSRC}/eclipse/features ${WRKSRC}/features
|
||||
@${RM} -rf ${WRKSRC}/eclipse
|
||||
|
|
Loading…
Add table
Reference in a new issue