Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 22:36:02 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: adf88a8a5c0f - main - textproc/libucl: Moved man to share/man
Message-ID:  <202401302236.40UMa2GG043500@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=adf88a8a5c0f0f62aa8460afb9703c74ab41f635

commit adf88a8a5c0f0f62aa8460afb9703c74ab41f635
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:43:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 22:35:25 +0000

    textproc/libucl: Moved man to share/man
---
 textproc/libucl/Makefile  | 2 ++
 textproc/libucl/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile
index d1c40935caa2..4e6e28a10bd4 100644
--- a/textproc/libucl/Makefile
+++ b/textproc/libucl/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libucl
 PORTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	textproc devel
 
 MAINTAINER=	bofh@FreeBSD.org
@@ -18,6 +19,7 @@ GH_ACCOUNT=	vstakhov
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 CONFLICTS_INSTALL=	ucl
 
diff --git a/textproc/libucl/pkg-plist b/textproc/libucl/pkg-plist
index 82d7c08a5cce..f7a6d9ad56c8 100644
--- a/textproc/libucl/pkg-plist
+++ b/textproc/libucl/pkg-plist
@@ -11,4 +11,4 @@ lib/libucl.so.5.1.0
 %%LUA%%%%LUA_MODLIBDIR%%/ucl.a
 %%LUA%%%%LUA_MODLIBDIR%%/ucl.so
 libdata/pkgconfig/libucl.pc
-man/man3/libucl.3.gz
+share/man/man3/libucl.3.gz



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