diff options
Diffstat (limited to 'math/octave-forge-msh/Makefile')
-rw-r--r-- | math/octave-forge-msh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-msh/Makefile b/math/octave-forge-msh/Makefile index c8336fe53a05..8e884cee4e7d 100644 --- a/math/octave-forge-msh/Makefile +++ b/math/octave-forge-msh/Makefile @@ -28,7 +28,7 @@ post-patch: ${REINPLACE_CMD} 's/ $$(LDFLAGS)//' ${WRKSRC}/Makefile.in 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> |