Modified: trunk/dports/net/openssh/Portfile (81490 => 81491)
--- trunk/dports/net/openssh/Portfile 2011-07-31 21:59:44 UTC (rev 81490)
+++ trunk/dports/net/openssh/Portfile 2011-07-31 22:07:28 UTC (rev 81491)
@@ -58,6 +58,13 @@
reinplace "s|#Port 22|Port 2222|g" ${destroot}${prefix}/etc/ssh/sshd_config
}
+variant ssh_copy_id description "Install ssh-copy-id utility" {
+ post-destroot {
+ xinstall -m 755 ${worksrcpath}/contrib/ssh-copy-id ${destroot}${prefix}/bin
+ xinstall -m 644 ${worksrcpath}/contrib/ssh-copy-id.1 ${destroot}${prefix}/share/man/man1
+ }
+}
+
variant no_x11 {
configure.args-delete --with-xauth=${prefix}/bin/xauth
depends_run-delete port:xauth