diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /x11-toolkits/linux-gtk/Makefile | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-gtk/Makefile')
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index e7c1d845e78b..a602d1b7fb70 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -51,7 +51,7 @@ RPMDIR= ${DISTDIR}/${DIST_SUBDIR} do-install: @for R in ${RPM_SET}; do \ - ${ECHO} $$R; \ + ${ECHO_MSG} $$R; \ rpm -U ${RPMFLAGS} ${RPMDIR}/$$R || true ; \ done |