summaryrefslogtreecommitdiff
path: root/math/octave-forge-parallel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-parallel/Makefile')
-rw-r--r--math/octave-forge-parallel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile
index 67407a73d763..4dfb2312f651 100644
--- a/math/octave-forge-parallel/Makefile
+++ b/math/octave-forge-parallel/Makefile
@@ -22,7 +22,7 @@ USES= compiler:gcc-c++11-lib
.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>