summaryrefslogtreecommitdiff
path: root/math/octave-forge-ltfat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge-ltfat/Makefile')
-rw-r--r--math/octave-forge-ltfat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile
index c2cc375d5f12..340f0a9dd94b 100644
--- a/math/octave-forge-ltfat/Makefile
+++ b/math/octave-forge-ltfat/Makefile
@@ -26,9 +26,9 @@ GNU_CONFIGURE= yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
post-build:
- ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
- ${RM} -f ${WRKSRC}/../inst/DESCRIPTION
- ${RM} -f ${WRKSRC}/../inst/ltfat/DESCRIPTION
+ ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
+ ${RM} ${WRKSRC}/../inst/DESCRIPTION
+ ${RM} ${WRKSRC}/../inst/ltfat/DESCRIPTION
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>