aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/upsd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 09:01:08 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 09:01:08 +0800
commitf07f504808239f4dd6005f79bb145e49b4947c11 (patch)
tree7811629449e2414bae88ea387269ba55abd90884 /sysutils/upsd
parenta58129d3de9c98ef3845e22d350633da5e5e4a75 (diff)
downloadfreebsd-ports-gnome-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz
freebsd-ports-gnome-f07f504808239f4dd6005f79bb145e49b4947c11.tar.zst
freebsd-ports-gnome-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>
Diffstat (limited to 'sysutils/upsd')
-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 \