diff options
-rw-r--r-- | news/trn4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index 44604c0f9036..ba3a2329cf39 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -17,6 +17,9 @@ MAN1= trn.1 Pnews.1 Rnmail.1 .include <bsd.port.pre.mk> +post-patch: + @${REINPLACE_CMD} -e 's/pipe[12]/z&/g' ${WRKSRC}/filter.c + pre-configure: @${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}" @${SED} -e "s:__CC__:${CC}:" -e "s:__CFLAGS__:${CFLAGS}:" \ |