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-ocl | |
parent | 942951d86b151bf95eb6b08618bad2aba644a1ba (diff) | |
download | ports-4f04fe3206857546e93019da80e9f07fc851afc3.tar.gz ports-4f04fe3206857546e93019da80e9f07fc851afc3.zip |
Notes
Diffstat (limited to 'java/eclipse-ocl')
-rw-r--r-- | java/eclipse-ocl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse-ocl/Makefile b/java/eclipse-ocl/Makefile index 1ed8a102b9da..33dc7b23266f 100644 --- a/java/eclipse-ocl/Makefile +++ b/java/eclipse-ocl/Makefile @@ -29,8 +29,8 @@ 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} .include <bsd.port.mk> |