diff options
-rw-r--r-- | security/rubygem-net-sftp/Makefile | 2 |
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" |