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 --- sysutils/xvidcap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/xvidcap') diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index 5dc3f6e05f10..d3605bb4a77e 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -54,7 +54,7 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - ${RM} -f ${NULLDOCS:S|^|${STAGEDIR}${DOCSDIR}/|} + ${RM} ${NULLDOCS:S|^|${STAGEDIR}${DOCSDIR}/|} .endif .include -- cgit v1.2.3