Ticket #52178: gnutls-man-certtool.diff

File gnutls-man-certtool.diff, 651 bytes (added by raimue (Rainer Müller), 8 years ago)
  • Portfile

     
    77name            gnutls
    88version         3.4.14
    99set branch      [join [lrange [split ${version} .] 0 1] .]
     10revision        1
    1011categories      devel security
    1112# yes, some of the libs are GPL only
    1213license         LGPL-2.1+ GPL-3+
     
    104105
    105106post-destroot {
    106107    move ${destroot}${prefix}/bin/certtool ${destroot}${prefix}/bin/gnutls-certtool
     108    move ${destroot}${prefix}/share/man/man1/certtool.1 ${destroot}${prefix}/share/man/man1/gnutls-certtool.1
    107109}
    108110
    109111platform darwin 8 {