diff options
Diffstat (limited to 'math/octave-forge-dicom/Makefile')
-rw-r--r-- | math/octave-forge-dicom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-dicom/Makefile b/math/octave-forge-dicom/Makefile index 2aa4c3eb6f7b..537833118c3e 100644 --- a/math/octave-forge-dicom/Makefile +++ b/math/octave-forge-dicom/Makefile @@ -34,7 +34,7 @@ post-patch: .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> |