diff options
-rw-r--r-- | security/rubygem-net-ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rubygem-net-ssh/Makefile b/security/rubygem-net-ssh/Makefile index 9600ab630fad..e2a08775a070 100644 --- a/security/rubygem-net-ssh/Makefile +++ b/security/rubygem-net-ssh/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/termios.so:${PORTSDIR}/comms/ruby-termios .endif 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 "${PORTSDIR}/devel/ruby-gems/Makefile.common" .include <bsd.port.post.mk> |