Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2024 10:52:58 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b54f4a69e2a - main - devel/libcreg: Move manpages to share/man
Message-ID:  <202401271052.40RAqw3d080267@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b54f4a69e2ac84fbcce6f839bf6c884cb03ddfb

commit 7b54f4a69e2ac84fbcce6f839bf6c884cb03ddfb
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-01-20 17:26:43 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-01-27 10:52:24 +0000

    devel/libcreg: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/libcreg/Makefile  | 2 ++
 devel/libcreg/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/devel/libcreg/Makefile b/devel/libcreg/Makefile
index eefff5858ada..5ebf0a454ce3 100644
--- a/devel/libcreg/Makefile
+++ b/devel/libcreg/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libcreg
 DISTVERSION=	experimental-20221022
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libcreg/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
 CONFIGURE_ENV=	PYTHON_CONFIG=${PYTHON_CMD}-config
 USES=		fuse libtool pathfix pkgconfig python
diff --git a/devel/libcreg/pkg-plist b/devel/libcreg/pkg-plist
index 1d2db6bf5262..e88af3288b8f 100644
--- a/devel/libcreg/pkg-plist
+++ b/devel/libcreg/pkg-plist
@@ -15,5 +15,5 @@ lib/libcreg.so.1.0.0
 %%PYTHON_SITELIBDIR%%/pycreg.a
 %%PYTHON_SITELIBDIR%%/pycreg.so
 libdata/pkgconfig/libcreg.pc
-man/man1/creginfo.1.gz
-man/man3/libcreg.3.gz
+share/man/man1/creginfo.1.gz
+share/man/man3/libcreg.3.gz



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