diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:23:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 00:23:56 +0000 |
commit | b705cbc95ce7bf042f8953c29453b6528f20a3c6 (patch) | |
tree | 26218ca7c2e5a91466052ac00adec88000802e4f /comms | |
parent | b2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qpage/Makefile | 4 | ||||
-rw-r--r-- | comms/zmtx-zmrx/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index ba77b0f8a87e..60922993b28c 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -20,12 +20,12 @@ MAN1= qpage.1 post-install: @if [ ! -f ${PREFIX}/etc/rc.d/qpage.sh ]; then \ - ${ECHO} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \ + ${ECHO_MSG} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/qpage.sh \ ${PREFIX}/etc/rc.d/qpage.sh; \ fi @if [ ! -f ${PREFIX}/etc/qpage-example.cf ]; then \ - ${ECHO} "Install ${PREFIX}/etc/qpage-example.cf file."; \ + ${ECHO_MSG} "Install ${PREFIX}/etc/qpage-example.cf file."; \ ${INSTALL_SCRIPT} -m 640 ${WRKDIR}/${PORTNAME}-${PORTVERSION}/example.cf \ ${PREFIX}/etc/qpage-example.cf; \ fi diff --git a/comms/zmtx-zmrx/Makefile b/comms/zmtx-zmrx/Makefile index 6215eb49d880..9135d16d759a 100644 --- a/comms/zmtx-zmrx/Makefile +++ b/comms/zmtx-zmrx/Makefile @@ -33,8 +33,8 @@ do-install: .endfor post-install: - @${ECHO} "" + @${ECHO_MSG} "" @/usr/bin/more ${PKGMESSAGE} - @${ECHO} "" + @${ECHO_MSG} "" .include <bsd.port.mk> |