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 /deskutils | |
parent | b2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff) | |
download | ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.tar.gz ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.zip |
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 'deskutils')
-rw-r--r-- | deskutils/notebook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/notebook/Makefile b/deskutils/notebook/Makefile index 6dee75dda42b..84c97b4983f2 100644 --- a/deskutils/notebook/Makefile +++ b/deskutils/notebook/Makefile @@ -73,7 +73,7 @@ post-extract: .endfor post-patch: - @${ECHO} "SEARCHDIRS += ${PORTINCLUDES}" >> \ + @${ECHO_CMD} "SEARCHDIRS += ${PORTINCLUDES}" >> \ ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants pre-build: |