diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-07-19 14:28:59 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-07-19 14:28:59 +0000 |
commit | 52b5fab34e89483ef1e4a3c20c56da77877ae2d6 (patch) | |
tree | 26f725d689969d639e585b7873e49dc0477b2f09 | |
parent | 463c071bcb3751edcaf49ff66ca4549270e004be (diff) |
Notes
-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}:" \ |