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/nntpcache | |
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/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 1a6c55c22962..e264e7c596e2 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -62,13 +62,13 @@ MAN8= nntpcached.8 newshound.8 DOCS= AUTHORS ChangeLog FAQ FAQ.html HACKING HTML \ INSTALL LICENSING NEWS README README.INN VERSION +pre-everything:: .if !defined(BATCH) -post-fetch: - @${ECHO} "To enable LDAP support use either:" - @${ECHO} " WITH_LDAP - LDAP v1 support" - @${ECHO} " WITH_LDAP2 - LDAP v2 support" - @${ECHO} - @${ECHO} "To disable radius support use WITHOUT_RADIUS" + @${ECHO_MSG} "To enable LDAP support use either:" + @${ECHO_MSG} " WITH_LDAP - LDAP v1 support" + @${ECHO_MSG} " WITH_LDAP2 - LDAP v2 support" + @${ECHO_MSG} + @${ECHO_MSG} "To disable radius support use WITHOUT_RADIUS" .endif post-configure: @@ -79,7 +79,7 @@ post-install: @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${FILESDIR}/nntpcached.rc \ > ${WRKDIR}/nntpcached.sh .if !defined(BATCH) - @ ${ECHO} "Installing ${PREFIX}/etc/rc.d/nntpcached.sh startup file" + @ ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/nntpcached.sh startup file" .endif @ ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/nntpcached.sh \ ${PREFIX}/etc/rc.d |