diff options
| author | John Marino <marino@FreeBSD.org> | 2014-06-26 08:48:10 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2014-06-26 08:48:10 +0000 |
| commit | 7a492ac2b5daaba7f244d452f3488dc5aaf9d8af (patch) | |
| tree | 372bec47be6eb6b2b86781c1263f75844c105264 /java/eclipse/Makefile.plugins | |
| parent | c0ef6553ab62feeeed1bc06230ffad0837ff80c6 (diff) | |
Notes
Diffstat (limited to 'java/eclipse/Makefile.plugins')
| -rw-r--r-- | java/eclipse/Makefile.plugins | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/eclipse/Makefile.plugins b/java/eclipse/Makefile.plugins deleted file mode 100644 index de1e2ea1fcf2..000000000000 --- a/java/eclipse/Makefile.plugins +++ /dev/null @@ -1,13 +0,0 @@ -NO_BUILD= yes -USE_JAVA= yes -JAVA_VERSION= 1.6 -JAVA_OS= native - -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} |
