git: 02ca037e9f75 - main - security/libcaes: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Feb 2024 03:48:32 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=02ca037e9f7561acafb1d53d7bf31e08bbac21bc commit 02ca037e9f7561acafb1d53d7bf31e08bbac21bc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 03:04:20 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 03:48:04 +0000 security/libcaes: Moved man to share/man Approved by: portmgr (blanket) --- security/libcaes/Makefile | 2 ++ security/libcaes/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/security/libcaes/Makefile b/security/libcaes/Makefile index 830bca155014..9c3e190cb98c 100644 --- a/security/libcaes/Makefile +++ b/security/libcaes/Makefile @@ -1,5 +1,6 @@ PORTNAME= libcaes DISTVERSION= alpha-20231120 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/libyal/libcaes/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -12,6 +13,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-python --with-openssl=no CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config USES= libtool pathfix pkgconfig python diff --git a/security/libcaes/pkg-plist b/security/libcaes/pkg-plist index 2ee5dd526202..50126dd26e61 100644 --- a/security/libcaes/pkg-plist +++ b/security/libcaes/pkg-plist @@ -11,4 +11,4 @@ lib/libcaes.so.1.0.0 %%PYTHON_SITELIBDIR%%/pycaes.a %%PYTHON_SITELIBDIR%%/pycaes.so libdata/pkgconfig/libcaes.pc -man/man3/libcaes.3.gz +share/man/man3/libcaes.3.gz