Ticket #12146: curl-add-sftp.patch
File curl-add-sftp.patch, 718 bytes (added by boeyms@…, 17 years ago) |
---|
-
net/curl/Portfile
3 3 PortSystem 1.0 4 4 name curl 5 5 version 7.16.2 6 revision 1 6 7 categories net www 7 8 maintainers yeled@macports.org 8 9 description Tool for transferring files with URL syntax … … 104 105 configure.args-delete --disable-ldap 105 106 } 106 107 108 variant sftp_scp description {Add SFTP/SCP support via libssh2} { 109 depends_lib-append port:libssh2 110 configure.args-delete --without-libssh2 111 } 112 107 113 variant doc { 108 114 post-destroot { 109 115 xinstall -m 0755 -d ${destroot}${docdir}/html/libcurl