diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /news/trn | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
Diffstat (limited to 'news/trn')
-rw-r--r-- | news/trn/Makefile | 12 |
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> |