summaryrefslogtreecommitdiff
path: root/emulators/linux_base
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:23:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-27 00:23:56 +0000
commitb705cbc95ce7bf042f8953c29453b6528f20a3c6 (patch)
tree26218ca7c2e5a91466052ac00adec88000802e4f /emulators/linux_base
parentUpdate port: databases/mysql323-server (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 'emulators/linux_base')
-rw-r--r--emulators/linux_base/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile
index 22604be30d18..ec82972a2e14 100644
--- a/emulators/linux_base/Makefile
+++ b/emulators/linux_base/Makefile
@@ -140,7 +140,7 @@ do-install:
# anything special to run staticly linked binaries.
@/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${LINUX_ELF}
@for R in ${UPD_SET1} ${DISTFILES} ${UPD_SET2}; do \
- ${ECHO} $$R; \
+ ${ECHO_MSG} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done
@for F in ${BRAND_FILES}; do \
@@ -166,8 +166,8 @@ do-install:
@${LN} -sf /var/tmp ${LINUXBASE}/usr/tmp
post-install:
- @${ECHO} ''
+ @${ECHO_MSG} ''
@fmt ${PKGMESSAGE}
- @${ECHO} ''
+ @${ECHO_MSG} ''
.include <bsd.port.post.mk>