summaryrefslogtreecommitdiff
path: root/java/eclipse-shelled/Makefile
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-shelled/Makefile
parentCleanup plist (diff)
Cleanup plist
Notes
Notes: svn path=/head/; revision=372556
Diffstat (limited to 'java/eclipse-shelled/Makefile')
-rw-r--r--java/eclipse-shelled/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-shelled/Makefile b/java/eclipse-shelled/Makefile
index b5f19fdbf354..6eb3c8780f43 100644
--- a/java/eclipse-shelled/Makefile
+++ b/java/eclipse-shelled/Makefile
@@ -30,9 +30,9 @@ do-install:
@${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse
@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST}
- @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
+ @(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d -empty) \
| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \
- | ${SED} -ne 's,^,@dirrm lib/,p' >> ${TMPPLIST}
+ | ${SED} -ne 's,^,@dir lib/,p' >> ${TMPPLIST}
@${MV} ${WRKSRC}/eclipse/plugins ${WRKSRC}/plugins
@${MV} ${WRKSRC}/eclipse/features ${WRKSRC}/features
@${RM} -rf ${WRKSRC}/eclipse