diff options
Diffstat (limited to 'math/octave-forge-mechanics/Makefile')
-rw-r--r-- | math/octave-forge-mechanics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-mechanics/Makefile b/math/octave-forge-mechanics/Makefile index b4640885df44..4ee5ab0b6ecc 100644 --- a/math/octave-forge-mechanics/Makefile +++ b/math/octave-forge-mechanics/Makefile @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/inst/molecularDynamics/src .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> |