From 316cf6317eb621c4567d3b8e337fa9ba3097ea56 Mon Sep 17 00:00:00 2001 From: mat 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 --- irc/xchat-fish/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/xchat-fish/Makefile') diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile index 9786951..3be609b 100644 --- a/irc/xchat-fish/Makefile +++ b/irc/xchat-fish/Makefile @@ -31,7 +31,7 @@ PORTDOCS= FiSH-xchat.txt \ OPTIONS_DEFINE= DOCS post-patch: - ${RM} -f ${WRKSRC}/mir* + ${RM} ${WRKSRC}/mir* ${CP} -pf ${FILESDIR}/Makefile ${WRKSRC}/ do-install: -- cgit v1.1