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/qpage | |
parent | b2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff) | |
download | ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.tar.gz ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.zip |
Notes
Diffstat (limited to 'comms/qpage')
-rw-r--r-- | comms/qpage/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |