summaryrefslogtreecommitdiff
path: root/deskutils/conkyemail/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 /deskutils/conkyemail/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
Diffstat (limited to 'deskutils/conkyemail/Makefile')
-rw-r--r--deskutils/conkyemail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/conkyemail/Makefile b/deskutils/conkyemail/Makefile
index 21278e8aa008..683e5d2f6cc9 100644
--- a/deskutils/conkyemail/Makefile
+++ b/deskutils/conkyemail/Makefile
@@ -23,6 +23,6 @@ WRKSRC= ${WRKDIR}/src
post-patch:
cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,/usr/share/${PORTNAME},${DATADIR},g' \
conkyEmail conkyEmail.py setup.py example/conkyrc
- cd ${WRKSRC} && ${RM} -fr example/conkyrc.bak
+ cd ${WRKSRC} && ${RM} -r example/conkyrc.bak
.include <bsd.port.mk>