aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-strings/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-strings/Makefile')
-rw-r--r--math/octave-forge-strings/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-strings/Makefile b/math/octave-forge-strings/Makefile
index fcc2093700c3..9e71c8db6d45 100644
--- a/math/octave-forge-strings/Makefile
+++ b/math/octave-forge-strings/Makefile
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src
ALL_TARGET= # Intentionally left empty
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>