diff options
Diffstat (limited to 'news/trn4')
-rw-r--r-- | news/trn4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index a6e3f847b5fb..056beb58833e 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -13,13 +13,13 @@ COMMENT= Version 4.0 of the threaded readnews newsreader CONFLICTS_INSTALL=trn-3.[0-9]* cnews-* s-news-[0-9]* -MAN1= trn.1 Pnews.1 Rnmail.1 - -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: - @${REINPLACE_CMD} -e 's/pipe[12]/z&/g' ${WRKSRC}/filter.c + ${REINPLACE_CMD} -e 's/pipe[12]/z&/g' ${WRKSRC}/filter.c + ${REINPLACE_CMD} -e 's|^dir=|&$${DESTDIR}|' ${WRKSRC}/myinstall.SH + ${REINPLACE_CMD} -e 's|./makedir |&$${DESTDIR}|' \ + -e 's|dest=|&$${DESTDIR}|' ${WRKSRC}/Makefile.SH pre-configure: @${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}" |