diff options
Diffstat (limited to 'math/octave-forge-fl-core/Makefile')
-rw-r--r-- | math/octave-forge-fl-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-fl-core/Makefile b/math/octave-forge-fl-core/Makefile index b9276c6e0aaa..881246ce22b1 100644 --- a/math/octave-forge-fl-core/Makefile +++ b/math/octave-forge-fl-core/Makefile @@ -22,7 +22,7 @@ USES= dos2unix .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> |