summaryrefslogtreecommitdiff
path: root/math/octave-forge-control/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-control/Makefile')
-rw-r--r--math/octave-forge-control/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile
index d8c78335e7f9..4376429f08e5 100644
--- a/math/octave-forge-control/Makefile
+++ b/math/octave-forge-control/Makefile
@@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src
.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 <bsd.port.mk>