summaryrefslogtreecommitdiff
path: root/java/eclipse/Makefile.plugins
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-14 11:30:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-14 11:30:42 +0000
commit4f04fe3206857546e93019da80e9f07fc851afc3 (patch)
treebcab0f981d7841f070997f3f3ad99d0aaf3dc4f4 /java/eclipse/Makefile.plugins
parentCleanup plist (diff)
Cleanup plist
Notes
Notes: svn path=/head/; revision=372556
Diffstat (limited to 'java/eclipse/Makefile.plugins')
-rw-r--r--java/eclipse/Makefile.plugins4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/Makefile.plugins b/java/eclipse/Makefile.plugins
index f23fa3467081..44ec89eaaa1b 100644
--- a/java/eclipse/Makefile.plugins
+++ b/java/eclipse/Makefile.plugins
@@ -10,5 +10,5 @@ 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}
+ @(cd ${STAGEDIR}${PREFIX}; ${FIND} -s -d share/eclipse/dropins/${PORTNAME} -type d -empty) \
+ | ${SED} -ne 's,^,@dir ,p' >> ${TMPPLIST}