diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-24 17:28:58 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-24 17:28:58 +0000 |
commit | fb6afc94540b39b4def549513c2b86bc841bd305 (patch) | |
tree | ade8c00c07c94dab726f26c1629143a66f0992ef /news/cnews | |
parent | dd5ea451f500323ffbfd8853d2f8a024c627ebec (diff) | |
download | FreeBSD-ports-fb6afc94540b39b4def549513c2b86bc841bd305.zip FreeBSD-ports-fb6afc94540b39b4def549513c2b86bc841bd305.tar.gz |
- change ECHO -> ECHO_MSG
Diffstat (limited to 'news/cnews')
-rw-r--r-- | news/cnews/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index faba762..0ef90d7 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -118,16 +118,16 @@ do-install: .for i in ${MAN8} ${INSTALL_MAN} ${WRKSRC}/man/${i} ${PREFIX}/man/man8 .endfor - @${ECHO} "" - @${ECHO} "!!!!!!!!" - @${ECHO} "you MUST change the configuration of this news setup:" - @${ECHO} " cd to ${NEWSCTL} and change the following files..." - @${ECHO} "mailname, whoami, organization, mailpaths, sys, readnews.ctl, postdefltgroup" - @${ECHO} " to suit your local system and news topology." - @${ECHO} "check that you have vaild aliases in report.ctl," - @${ECHO} " so any problem can be reported." - @${ECHO} "!!!!!!!!" - @${ECHO} "" + @${ECHO_MSG} "" + @${ECHO_MSG} "!!!!!!!!" + @${ECHO_MSG} "you MUST change the configuration of this news setup:" + @${ECHO_MSG} " cd to ${NEWSCTL} and change the following files..." + @${ECHO_MSG} "mailname, whoami, organization, mailpaths, sys, readnews.ctl, postdefltgroup" + @${ECHO_MSG} " to suit your local system and news topology." + @${ECHO_MSG} "check that you have vaild aliases in report.ctl," + @${ECHO_MSG} " so any problem can be reported." + @${ECHO_MSG} "!!!!!!!!" + @${ECHO_MSG} "" test: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ |