diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-22 12:01:30 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-22 12:01:30 +0000 |
commit | bf1a039d808240a1b32c1ade2f116f56705bec0b (patch) | |
tree | 4291cbb348da508a00469b1bda9ffd6569293db8 /security/rubygem-net-sftp | |
parent | 119b9b25a92c8b576b1ebce8455b63aa66feca79 (diff) | |
download | ports-bf1a039d808240a1b32c1ade2f116f56705bec0b.tar.gz ports-bf1a039d808240a1b32c1ade2f116f56705bec0b.zip |
Notes
Diffstat (limited to 'security/rubygem-net-sftp')
-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" |