diff options
Diffstat (limited to 'math/octave-forge-miscellaneous/Makefile')
-rw-r--r-- | math/octave-forge-miscellaneous/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile index e0a1cf16b758..66fb5f7ed655 100644 --- a/math/octave-forge-miscellaneous/Makefile +++ b/math/octave-forge-miscellaneous/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:math/octave-forge-general MAKE_ENV+= MKOCTFILE=mkoctfile 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> |