Ticket #52178: gnutls-man-certtool.diff
File gnutls-man-certtool.diff, 651 bytes (added by raimue (Rainer Müller), 8 years ago) |
---|
-
Portfile
7 7 name gnutls 8 8 version 3.4.14 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 revision 1 10 11 categories devel security 11 12 # yes, some of the libs are GPL only 12 13 license LGPL-2.1+ GPL-3+ … … 104 105 105 106 post-destroot { 106 107 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 107 109 } 108 110 109 111 platform darwin 8 {