[90350] trunk/dports/net/openssh/Portfile

cal at macports.org cal at macports.org
Sat Mar 3 01:09:56 PST 2012


Revision: 90350
          http://trac.macports.org/changeset/90350
Author:   cal at macports.org
Date:     2012-03-03 01:09:53 -0800 (Sat, 03 Mar 2012)
Log Message:
-----------
openssh: Always install ssh-copy-id, drop variant

Modified Paths:
--------------
    trunk/dports/net/openssh/Portfile

Modified: trunk/dports/net/openssh/Portfile
===================================================================
--- trunk/dports/net/openssh/Portfile	2012-03-03 08:52:32 UTC (rev 90349)
+++ trunk/dports/net/openssh/Portfile	2012-03-03 09:09:53 UTC (rev 90350)
@@ -5,6 +5,7 @@
 
 name            openssh
 version         5.9p1
+revision        1
 
 categories      net
 maintainers     jwa openmaintainer
@@ -57,15 +58,10 @@
 post-destroot {
   destroot.keepdirs ${destroot}${prefix}/var/run ${destroot}${prefix}/var/empty
   reinplace "s|#Port 22|Port 2222|g" ${destroot}${prefix}/etc/ssh/sshd_config
+  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 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 description "do not include xauth" {
   configure.args-delete --with-xauth=${prefix}/bin/xauth
   depends_run-delete    port:xauth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120303/3fc01e95/attachment.html>


More information about the macports-changes mailing list