summaryrefslogtreecommitdiff
path: root/java/eclipse-shelled/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-10-21 12:51:40 +0000
commiteabbfd75e30148b8f686899a638b93547ca83485 (patch)
tree5b70e6802d6d9dfe8b4564fc4f09f2d0a5156343 /java/eclipse-shelled/Makefile
parentdevel/nspr: update to 4.13.1 (diff)
${RM} already has -f.
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=424411
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>