diff options
Diffstat (limited to 'math/octave-forge-ocs/Makefile')
-rw-r--r-- | math/octave-forge-ocs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile index 94f4d482aa7b..a776932393be 100644 --- a/math/octave-forge-ocs/Makefile +++ b/math/octave-forge-ocs/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:math/octave-forge-odepkg .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> |