diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-27 08:23:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-27 08:23:56 +0800 |
commit | c7d93aa81b286c9fe1864b3e1497b21b76878b6d (patch) | |
tree | 0774a05270550107fb2fc01a72ab972d3f258775 /deskutils/notebook | |
parent | 4bc1d6be744e28ee73602362ec8bf2efb072d72d (diff) | |
download | freebsd-ports-gnome-c7d93aa81b286c9fe1864b3e1497b21b76878b6d.tar.gz freebsd-ports-gnome-c7d93aa81b286c9fe1864b3e1497b21b76878b6d.tar.zst freebsd-ports-gnome-c7d93aa81b286c9fe1864b3e1497b21b76878b6d.zip |
ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)
PR: ports/56767-56770,56772-56774,56776-56784
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'deskutils/notebook')
-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: |