diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 08:40:13 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2010-09-07 08:40:13 +0000 |
| commit | 7afa2f3cd249bd5ba8762f12230ed9bf2c47a6d1 (patch) | |
| tree | 59aba23cdaab8951ed531d6236a92522efafac80 /java/eclipse/Makefile.plugins | |
| parent | c1c429e85f4829c5f3b7b879233afd73454ab632 (diff) | |
Notes
Diffstat (limited to 'java/eclipse/Makefile.plugins')
| -rw-r--r-- | java/eclipse/Makefile.plugins | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/eclipse/Makefile.plugins b/java/eclipse/Makefile.plugins new file mode 100644 index 000000000000..73dc1993d181 --- /dev/null +++ b/java/eclipse/Makefile.plugins @@ -0,0 +1,13 @@ +NO_BUILD= yes +USE_JAVA= yes +JAVA_VERSION= 1.6 +JAVA_OS= native + +REPO_DIRS?= features plugins + +do-install: + @${MKDIR} ${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse + @(cd ${WRKSRC}; ${COPYTREE_SHARE} "${REPO_DIRS}" ${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse/) + @(cd ${PREFIX}; ${FIND} -s share/eclipse/dropins/${PORTNAME} -not -type d) >> ${TMPPLIST} + @(cd ${PREFIX}; ${FIND} -s -d share/eclipse/dropins/${PORTNAME} -type d) \ + | ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST} |
