summaryrefslogtreecommitdiff
path: root/java/eclipse-shelled/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-shelled/Makefile')
-rw-r--r--java/eclipse-shelled/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-shelled/Makefile b/java/eclipse-shelled/Makefile
index 615c935296a0..3eded7ba4199 100644
--- a/java/eclipse-shelled/Makefile
+++ b/java/eclipse-shelled/Makefile
@@ -35,6 +35,6 @@ do-install:
| ${SED} -ne 's,^,@dir lib/,p' >> ${TMPPLIST}
@${MV} ${WRKSRC}/eclipse/plugins ${WRKSRC}/plugins
@${MV} ${WRKSRC}/eclipse/features ${WRKSRC}/features
- @${RM} -rf ${WRKSRC}/eclipse
+ @${RM} -r ${WRKSRC}/eclipse
.include <bsd.port.mk>