forked from Lainports/freebsd-ports
java/eclipse: re-add Makefile.plugins to restore build for some ports
PR: 237280 Submitted by: Jonathan Chen <jonc@chen.org.nz>
This commit is contained in:
parent
49848bd914
commit
8b76c85ac4
1 changed files with 12 additions and 0 deletions
12
java/eclipse/Makefile.plugins
Normal file
12
java/eclipse/Makefile.plugins
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
NO_BUILD= yes
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.8+
|
||||
|
||||
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 -empty) | ${SED} -ne 's,^,@dir ,p' >> ${TMPPLIST}
|
||||
Loading…
Add table
Reference in a new issue