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/octave-forge-ocs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/octave-forge-ocs') diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile index 94f4d482aa7b..a776932393be 100644 --- a/math/octave-forge-ocs/Makefile +++ b/math/octave-forge-ocs/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:math/octave-forge-odepkg .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: - ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include -- cgit v1.2.3