diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-01-10 18:40:47 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-01-10 18:40:47 +0000 |
commit | b1abf0f3db37072182ec694064f687ad7eec241f (patch) | |
tree | c349990d51437ebb850c447b9e9228b2aeba419a /news/trn4 | |
parent | 411bac0c65ee297ed74d2335f68b9b57f7772ec6 (diff) | |
download | ports-b1abf0f3db37072182ec694064f687ad7eec241f.tar.gz ports-b1abf0f3db37072182ec694064f687ad7eec241f.zip |
Notes
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}" |