From eabbfd75e30148b8f686899a638b93547ca83485 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 21 Oct 2016 12:51:40 +0000 Subject: ${RM} already has -f. PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight --- math/py-numarray/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/py-numarray/Makefile') diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index ab949868d824..7279417b74a0 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -32,6 +32,6 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} @${TAR} -C ${WRKSRC}/Doc -cf- .|${TAR} -C ${STAGEDIR}${DOCSDIR} -xf- @${TAR} -C ${WRKSRC}/Examples -cf- .|${TAR} -C ${STAGEDIR}${EXAMPLESDIR} -xf- - @${RM} -fr ${STAGEDIR}${EXAMPLESDIR}/ufunc/build + @${RM} -r ${STAGEDIR}${EXAMPLESDIR}/ufunc/build .include -- cgit v1.2.3