svn commit: r498895 - head/java/eclipse
Kurt Jaeger
pi at FreeBSD.org
Sun Apr 14 12:00:00 UTC 2019
Author: pi
Date: Sun Apr 14 11:59:58 2019
New Revision: 498895
URL: https://svnweb.freebsd.org/changeset/ports/498895
Log:
java/eclipse: re-add Makefile.plugins to restore build for some ports
PR: 237280
Submitted by: Jonathan Chen <jonc at chen.org.nz>
Added:
head/java/eclipse/Makefile.plugins (contents, props changed)
Added: head/java/eclipse/Makefile.plugins
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/java/eclipse/Makefile.plugins Sun Apr 14 11:59:58 2019 (r498895)
@@ -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,^, at dir ,p' >> ${TMPPLIST}
More information about the svn-ports-all
mailing list