diff options
Diffstat (limited to 'java/eclipse-log4e')
-rw-r--r-- | java/eclipse-log4e/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-log4e/Makefile b/java/eclipse-log4e/Makefile index 2f7d5a1acc54..7e216d02409f 100644 --- a/java/eclipse-log4e/Makefile +++ b/java/eclipse-log4e/Makefile @@ -25,8 +25,8 @@ do-install: @${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/lib/eclipse @(cd ${WRKSRC}; ${FIND} -s features plugins -not -type d) \ | ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST} - @(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d) \ + @(cd ${WRKSRC}; ${FIND} -s -d features plugins -type d -empty) \ | ${GREP} -vE 'plugins$$|features$$' \ - | ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST} + | ${SED} -ne 's,^,@dir lib/eclipse/,p' >> ${TMPPLIST} .include <bsd.port.mk> |