mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Restore eclipse Makefile.plugins instead of breaking/expiring ports using it
This commit is contained in:
parent
b4df93bf77
commit
6cdf4863c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359612
1 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,14 @@
|
|||
# stopgap to unbreak index
|
||||
# $FreeBSD$
|
||||
NO_BUILD= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.7
|
||||
JAVA_OS= native
|
||||
|
||||
BROKEN= Attempting to use removed plugin makefile
|
||||
DEPRECATED= Attempting to use removed plugin makefile
|
||||
EXPIRATION_DATE= 2014-07-27
|
||||
REPO_DIRS?= features plugins
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse
|
||||
@(cd ${WRKSRC}; ${COPYTREE_SHARE} "${REPO_DIRS}" ${STAGEDIR}${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse/)
|
||||
@(cd ${STAGEDIR}${PREFIX}; ${FIND} -s share/eclipse/dropins/${PORTNAME} -not -type d) >> ${TMPPLIST}
|
||||
@(cd ${STAGEDIR}${PREFIX}; ${FIND} -s -d share/eclipse/dropins/${PORTNAME} -type d) \
|
||||
| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
|
||||
|
|
Loading…
Add table
Reference in a new issue