Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 21:51:43 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7221d46fe58f - main - security/libgcrypt: Impelled to share/man
Message-ID:  <202401232151.40NLphHB096924@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7221d46fe58fadc570778fb343d9b54a399561ba

commit 7221d46fe58fadc570778fb343d9b54a399561ba
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 20:32:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 21:51:18 +0000

    security/libgcrypt: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 security/libgcrypt/Makefile  | 2 ++
 security/libgcrypt/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 8b6346ea2afc..545956cd7986 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libgcrypt
 DISTVERSION=	1.10.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
@@ -18,6 +19,7 @@ USES=		cpe libtool tar:bzip2
 CPE_VENDOR=	gnupg
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-drng-support
 CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
 USE_LDCONFIG=	yes
diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist
index ac5459309091..e04575d0d460 100644
--- a/security/libgcrypt/pkg-plist
+++ b/security/libgcrypt/pkg-plist
@@ -8,5 +8,5 @@ lib/libgcrypt.so
 lib/libgcrypt.so.20
 lib/libgcrypt.so.20.4.3
 libdata/pkgconfig/libgcrypt.pc
-man/man1/hmac256.1.gz
+share/man/man1/hmac256.1.gz
 share/aclocal/libgcrypt.m4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401232151.40NLphHB096924>