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/zmtx-zmrx | |
parent | b2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff) |
ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)
PR: ports/56767-56770,56772-56774,56776-56784
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=89489
Diffstat (limited to 'comms/zmtx-zmrx')
-rw-r--r-- | comms/zmtx-zmrx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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> |