aboutsummaryrefslogtreecommitdiff
path: root/news/trn4
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-01-10 18:40:47 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-01-10 18:40:47 +0000
commitb1abf0f3db37072182ec694064f687ad7eec241f (patch)
treec349990d51437ebb850c447b9e9228b2aeba419a /news/trn4
parent411bac0c65ee297ed74d2335f68b9b57f7772ec6 (diff)
downloadports-b1abf0f3db37072182ec694064f687ad7eec241f.tar.gz
ports-b1abf0f3db37072182ec694064f687ad7eec241f.zip
Enable stage support
Notes
Notes: svn path=/head/; revision=339378
Diffstat (limited to 'news/trn4')
-rw-r--r--news/trn4/Makefile8
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}"