diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-14 11:30:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-14 11:30:42 +0000 |
commit | 4f04fe3206857546e93019da80e9f07fc851afc3 (patch) | |
tree | bcab0f981d7841f070997f3f3ad99d0aaf3dc4f4 /java/eclipse-log4e | |
parent | Cleanup plist (diff) |
Cleanup plist
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> |