aboutsummaryrefslogtreecommitdiff
path: root/sysutils/upsd/Makefile
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 /sysutils/upsd/Makefile
parenta58129d3de9c98ef3845e22d350633da5e5e4a75 (diff)
downloadports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz
ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip
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 'sysutils/upsd/Makefile')
-rw-r--r--sysutils/upsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/upsd/Makefile b/sysutils/upsd/Makefile
index 8aa9f13914b6..387b5adbd9ec 100644
--- a/sysutils/upsd/Makefile
+++ b/sysutils/upsd/Makefile
@@ -22,7 +22,7 @@ pre-build:
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/upsd.sh ]; then \
- ${ECHO} "Installing ${PREFIX}/etc/rc.d/upsd.sh startup file."; \
+ ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/upsd.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/upsd.sh ${PREFIX}/etc/rc.d/upsd.sh; \
fi
if [ ! -f ${PREFIX}/etc/upsd.conf ] ; then \