aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-octproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-octproj/Makefile')
-rw-r--r--math/octave-forge-octproj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile
index 43260feb761a..cc9865662058 100644
--- a/math/octave-forge-octproj/Makefile
+++ b/math/octave-forge-octproj/Makefile
@@ -26,7 +26,7 @@ post-patch:
${REINPLACE_CMD} -e s/CC/MKOCTFILE/ -e s/-Wall// -e s/-Wextra// ${WRKSRC}/Makefile
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>