Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 16:00:19 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: 94df64845fff - main - security/libgpg-error: Impelled to share/man
Message-ID:  <202401231600.40NG0J3A000473@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=94df64845fff974608626bfe1116d8ef5ed42238

commit 94df64845fff974608626bfe1116d8ef5ed42238
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 15:48:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 15:59:57 +0000

    security/libgpg-error: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 security/libgpg-error/Makefile  | 2 ++
 security/libgpg-error/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile
index 2aa021e9afe9..0b12e6d48ed2 100644
--- a/security/libgpg-error/Makefile
+++ b/security/libgpg-error/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libgpg-error
 PORTVERSION=	1.47
+PORTREVISION=	1
 CATEGORIES=	security devel
 MASTER_SITES=	GNUPG
 
@@ -18,6 +19,7 @@ CPE_VENDOR=	gnupg
 
 USE_LDCONFIG=		yes
 GNU_CONFIGURE=		yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CPP+=			-P
 CONFIGURE_ARGS=		--enable-static=yes \
 			--enable-install-gpg-error-config
diff --git a/security/libgpg-error/pkg-plist b/security/libgpg-error/pkg-plist
index d705ac47cd38..0007ad90b37e 100644
--- a/security/libgpg-error/pkg-plist
+++ b/security/libgpg-error/pkg-plist
@@ -9,8 +9,8 @@ lib/libgpg-error.so
 lib/libgpg-error.so.0
 lib/libgpg-error.so.0.34.0
 libdata/pkgconfig/gpg-error.pc
-man/man1/gpg-error-config.1.gz
-man/man1/gpgrt-config.1.gz
+share/man/man1/gpg-error-config.1.gz
+share/man/man1/gpgrt-config.1.gz
 share/aclocal/gpg-error.m4
 share/aclocal/gpgrt.m4
 share/common-lisp/source/gpg-error/gpg-error-codes.lisp



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