summaryrefslogtreecommitdiffstats
path: root/graphics/libboard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libboard/Makefile')
-rw-r--r--graphics/libboard/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libboard/Makefile b/graphics/libboard/Makefile
index 6a2c5c8..5f7cef8 100644
--- a/graphics/libboard/Makefile
+++ b/graphics/libboard/Makefile
@@ -43,13 +43,13 @@ post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
- ${RM} -rf ${STAGEDIR}${DOCSDIR}/.svn
+ ${RM} -r ${STAGEDIR}${DOCSDIR}/.svn
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/bin/ && ${COPYTREE_BIN} . ${STAGEDIR}${EXAMPLESDIR}/
- ${RM} -rf ${STAGEDIR}${EXAMPLESDIR}/.svn
+ ${RM} -r ${STAGEDIR}${EXAMPLESDIR}/.svn
.endif
regression-test:
OpenPOWER on IntegriCloud