diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 14:00:47 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-22 15:50:42 +0000 |
commit | cf220c2a8a70620b4d4aa1b000318501819deabb (patch) | |
tree | 859dca26cb5e7b2ca8bca9e07ba4aeb8bae4d380 /security | |
parent | 9b7bd0a94a44cc0ed35cda0c064116d66f30431c (diff) | |
download | ports-cf220c2a8a70620b4d4aa1b000318501819deabb.tar.gz ports-cf220c2a8a70620b4d4aa1b000318501819deabb.zip |
Diffstat (limited to 'security')
-rw-r--r-- | security/libressl/Makefile | 4 | ||||
-rw-r--r-- | security/libressl/pkg-plist | 10 | ||||
-rw-r--r-- | security/libressl/pkg-plist-libtls | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile index 2acabfe49670..5ac7050edc19 100644 --- a/security/libressl/Makefile +++ b/security/libressl/Makefile @@ -1,5 +1,6 @@ PORTNAME= libressl PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= OPENBSD/LibreSSL @@ -39,6 +40,7 @@ LIBTLS_CONFIGURE_ENABLE= libtls-only NC_CONFIGURE_ENABLE= nc GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_SUB= yes @@ -66,7 +68,7 @@ post-install: ${LN} -s /etc/ssl/certs ${STAGEDIR}${PREFIX}/etc/ssl/certs post-stage-MAN3-on: - (cd ${STAGEDIR}${MANPREFIX}; ${FIND} man/man3 -not -type d | \ + (cd ${STAGEDIR}${PREFIX}; ${FIND} share/man/man3 -not -type d | \ ${SED} 's/$$/.gz/' >> ${TMPPLIST}) .include <bsd.port.mk> diff --git a/security/libressl/pkg-plist b/security/libressl/pkg-plist index 2488b44377ce..498acaedaced 100644 --- a/security/libressl/pkg-plist +++ b/security/libressl/pkg-plist @@ -94,9 +94,9 @@ libdata/pkgconfig/libcrypto.pc libdata/pkgconfig/libssl.pc libdata/pkgconfig/libtls.pc libdata/pkgconfig/openssl.pc -%%NC%%man/man1/nc.1.gz -man/man1/openssl.1.gz -man/man5/openssl.cnf.5.gz -man/man5/x509v3.cnf.5.gz -man/man8/ocspcheck.8.gz +%%NC%%share/man/man1/nc.1.gz +share/man/man1/openssl.1.gz +share/man/man5/openssl.cnf.5.gz +share/man/man5/x509v3.cnf.5.gz +share/man/man8/ocspcheck.8.gz @dir include/openssl diff --git a/security/libressl/pkg-plist-libtls b/security/libressl/pkg-plist-libtls index d74aa579bb00..066dcdac6ac0 100644 --- a/security/libressl/pkg-plist-libtls +++ b/security/libressl/pkg-plist-libtls @@ -7,5 +7,5 @@ lib/libtls.so lib/libtls.so.%%LIBTLS_SHLIBMAJ%% lib/libtls.so.%%LIBTLS_SHLIBFULL%% libdata/pkgconfig/libtls.pc -%%NC%%man/man1/nc.1.gz +%%NC%%share/man/man1/nc.1.gz @dir etc/ssl/certs |