aboutsummaryrefslogtreecommitdiff
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
parentb2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff)
downloadports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.tar.gz
ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.zip
Notes
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>