aboutsummaryrefslogtreecommitdiff
path: root/devel/linux_devtools-7
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 /devel/linux_devtools-7
parentb2e928c70c82a416571a4cf1ba23bd4ebcf8f152 (diff)
downloadports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.tar.gz
ports-b705cbc95ce7bf042f8953c29453b6528f20a3c6.zip
Notes
Diffstat (limited to 'devel/linux_devtools-7')
-rw-r--r--devel/linux_devtools-7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile
index 244a04b5b735..489a71eb6b12 100644
--- a/devel/linux_devtools-7/Makefile
+++ b/devel/linux_devtools-7/Makefile
@@ -102,13 +102,13 @@ do-install:
#
# Install all packages.
@for R in ${DISTFILES}; do \
- ${ECHO} $$R; \
+ ${ECHO_MSG} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done
#
# Install updates
@for R in ${PATCHFILES}; do \
- ${ECHO} $$R; \
+ ${ECHO_MSG} $$R; \
${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \
done
#