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-EPIC | |
| parent | 942951d86b151bf95eb6b08618bad2aba644a1ba (diff) | |
Notes
Diffstat (limited to 'java/eclipse-EPIC')
| -rw-r--r-- | java/eclipse-EPIC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-EPIC/Makefile b/java/eclipse-EPIC/Makefile index 68dabd411a5e..dabf20bd994c 100644 --- a/java/eclipse-EPIC/Makefile +++ b/java/eclipse-EPIC/Makefile @@ -42,8 +42,8 @@ post-install: .for file in ${EPICFILES} @${FIND} ${WRKSRC}/${file} -type f \ | ${SED} -ne 's,^${WRKSRC},${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} - @${FIND} -d ${WRKSRC}/${file} -type d \ - | ${SED} -ne 's,^${WRKSRC},@dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} + @${FIND} -d ${WRKSRC}/${file} -type d -empty \ + | ${SED} -ne 's,^${WRKSRC},@dir ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST} .endfor .include <bsd.port.mk> |
