svn commit: r498896 - head/java/eclipse
Kurt Jaeger
pi at FreeBSD.org
Sun Apr 14 12:07:05 UTC 2019
Author: pi
Date: Sun Apr 14 12:07:04 2019
New Revision: 498896
URL: https://svnweb.freebsd.org/changeset/ports/498896
Log:
java/eclipse: fix whitespace in Makefile.plugins
PR: 237280
Modified:
head/java/eclipse/Makefile.plugins
Modified: head/java/eclipse/Makefile.plugins
==============================================================================
--- head/java/eclipse/Makefile.plugins Sun Apr 14 11:59:58 2019 (r498895)
+++ head/java/eclipse/Makefile.plugins Sun Apr 14 12:07:04 2019 (r498896)
@@ -3,10 +3,11 @@ NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.8+
-REPO_DIRS?= features plugins
+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