summaryrefslogtreecommitdiff
path: root/math/octave-forge-communications/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-communications/Makefile')
-rw-r--r--math/octave-forge-communications/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile
index aae000650e6b..9d55ce8e7a52 100644
--- a/math/octave-forge-communications/Makefile
+++ b/math/octave-forge-communications/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal
.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>