aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-03-22 20:01:30 +0800
committergarga <garga@FreeBSD.org>2006-03-22 20:01:30 +0800
commit9e881930f4bb41fd9aafe6b4f47f248862131263 (patch)
treed11833f71642de6643753f0afc4a5b2b42c3cb81
parentbbda226939d5140c5b6991ce7d9884e5dcab1ae8 (diff)
downloadfreebsd-ports-gnome-9e881930f4bb41fd9aafe6b4f47f248862131263.tar.gz
freebsd-ports-gnome-9e881930f4bb41fd9aafe6b4f47f248862131263.tar.zst
freebsd-ports-gnome-9e881930f4bb41fd9aafe6b4f47f248862131263.zip
- Use ECHO_MSG instead ECHO
PR: ports/94806 Submitted by: maintainer
-rw-r--r--security/rubygem-net-sftp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rubygem-net-sftp/Makefile b/security/rubygem-net-sftp/Makefile
index 3086733ef7f1..55be3985b4c2 100644
--- a/security/rubygem-net-sftp/Makefile
+++ b/security/rubygem-net-sftp/Makefile
@@ -16,7 +16,7 @@ COMMENT= Implementation of the SFTP client protocol
RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/net-ssh-1.0.8.gemspec:${PORTSDIR}/security/rubygem-net-ssh
post-install:
- @${ECHO} "You may safely ignore any 'Skipping require of dynamic string' messages."
+ @${ECHO_MSG} "You may safely ignore any 'Skipping require of dynamic string' messages."
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"