summaryrefslogtreecommitdiff
path: root/news/trn
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 01:01:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 01:01:08 +0000
commitf07f504808239f4dd6005f79bb145e49b4947c11 (patch)
tree7811629449e2414bae88ea387269ba55abd90884 /news/trn
parent- ECHO -> ECHO_MSG (diff)
KATO mega patch
- ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=89492
Diffstat (limited to 'news/trn')
-rw-r--r--news/trn/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile
index 3fc07d4e0f11..0560688db364 100644
--- a/news/trn/Makefile
+++ b/news/trn/Makefile
@@ -25,12 +25,12 @@ CONFIGURE_ARGS= -S
post-install:
.if !defined(BATCH)
- @${ECHO} ""
- @${ECHO} "############################################################################"
- @${ECHO} "# Please edit lines 48 through 69 in ${PREFIX}/bin/Pnews #"
- @${ECHO} "# to customize news posting for your site. #"
- @${ECHO} "# Remember to set the NNTPSERVER environment variable to your news server. #"
- @${ECHO} "############################################################################"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "############################################################################"
+ @${ECHO_MSG} "# Please edit lines 48 through 69 in ${PREFIX}/bin/Pnews #"
+ @${ECHO_MSG} "# to customize news posting for your site. #"
+ @${ECHO_MSG} "# Remember to set the NNTPSERVER environment variable to your news server. #"
+ @${ECHO_MSG} "############################################################################"
.endif
.include <bsd.port.mk>