diff options
Diffstat (limited to 'math/octave-forge-optics/Makefile')
-rw-r--r-- | math/octave-forge-optics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-optics/Makefile b/math/octave-forge-optics/Makefile index b3555b63a913..143f8a0d7872 100644 --- a/math/octave-forge-optics/Makefile +++ b/math/octave-forge-optics/Makefile @@ -23,7 +23,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> |