. Update the installation path for the new version of eclipse.
PR: 148672 Approved by: maintainer timeout
This commit is contained in:
parent
8d33496760
commit
76f3a5d0e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258543
1 changed files with 4 additions and 4 deletions
|
@ -25,11 +25,11 @@ NO_WRKSUBDIR= yes
|
|||
USE_ZIP= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} -p ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/eclipse/plugins
|
||||
@${MKDIR} -p ${PREFIX}/lib/eclipse
|
||||
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins
|
||||
@(cd ${WRKSRC}; ${FIND} -s com.sysdeo.eclipse.tomcat_${PORTVERSION} -not -type d) \
|
||||
| ${SED} -ne 's,^,eclipse/plugins/,p' >> ${TMPPLIST}
|
||||
| ${SED} -ne 's,^,lib/eclipse/plugins/,p' >> ${TMPPLIST}
|
||||
@(cd ${WRKSRC}; ${FIND} -s -d com.sysdeo.eclipse.tomcat_${PORTVERSION} -type d) \
|
||||
| ${SED} -ne 's,^,@dirrm eclipse/plugins/,p' >> ${TMPPLIST}
|
||||
| ${SED} -ne 's,^,@dirrm lib/eclipse/plugins/,p' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue