diff options
Diffstat (limited to 'math/octave-forge-splines/Makefile')
-rw-r--r-- | math/octave-forge-splines/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-splines/Makefile b/math/octave-forge-splines/Makefile index 471847ba0d50..cace427cc9c2 100644 --- a/math/octave-forge-splines/Makefile +++ b/math/octave-forge-splines/Makefile @@ -24,7 +24,7 @@ do-build: @${DO_NADA} 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> |