diff --git a/dports/mail/gnupg21/Portfile b/dports/mail/gnupg21/Portfile
index e9aa87f..5842f1c 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | |
6 | 6 | name gnupg21 |
7 | 7 | version 2.1.12 |
| 8 | revision 1 |
8 | 9 | categories mail security |
9 | 10 | maintainers jann ionic openmaintainer |
10 | 11 | license GPL-3+ |
… |
… |
test.run yes |
81 | 82 | test.dir ${worksrcpath}/tests |
82 | 83 | test.target check |
83 | 84 | |
| 85 | post-destroot { |
| 86 | ln -s gpg2 ${destroot}${prefix}/bin/gpg |
| 87 | ln -s gpgv2 ${destroot}${prefix}/bin/gpgv |
| 88 | ln -s gpg2.1.gz ${destroot}${prefix}/share/man/man1/gpg.1.gz |
| 89 | ln -s gpgv2.1.gz ${destroot}${prefix}/share/man/man1/gpgv.1.gz |
| 90 | } |
| 91 | |
84 | 92 | livecheck.type regex |
85 | 93 | livecheck.url ftp://ftp.gnupg.org/gcrypt/gnupg/ |
86 | 94 | livecheck.regex gnupg-(2\\.1\\.\\d+) |