diff options
Diffstat (limited to 'math/octave-forge-sockets/Makefile')
-rw-r--r-- | math/octave-forge-sockets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-sockets/Makefile b/math/octave-forge-sockets/Makefile index 7c51f835e3c9..6344a933adbb 100644 --- a/math/octave-forge-sockets/Makefile +++ b/math/octave-forge-sockets/Makefile @@ -26,7 +26,7 @@ post-patch: ${REINPLACE_CMD} 's/sed/gsed/g' ${WRKSRC}/Makefile 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> |