Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 16:00:04 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: 8d9e7c3d46a5 - main - devel/libdatrie: Impelled to share/man
Message-ID:  <202401231600.40NG048s093628@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=8d9e7c3d46a5d115c9e35cd9c0b405632b3a8678

commit 8d9e7c3d46a5d115c9e35cd9c0b405632b3a8678
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 15:23:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 15:59:54 +0000

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

diff --git a/devel/libdatrie/Makefile b/devel/libdatrie/Makefile
index 95dad1c01253..c2cf2e326909 100644
--- a/devel/libdatrie/Makefile
+++ b/devel/libdatrie/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libdatrie
 PORTVERSION=	0.2.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://linux.thai.net/pub/thailinux/software/libthai/
 
@@ -15,6 +15,7 @@ USES=		iconv:wchar_t libtool localbase:ldflags pathfix tar:xz
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 
diff --git a/devel/libdatrie/pkg-plist b/devel/libdatrie/pkg-plist
index 8e3e0baf742e..fd983973d109 100644
--- a/devel/libdatrie/pkg-plist
+++ b/devel/libdatrie/pkg-plist
@@ -9,5 +9,5 @@ lib/libdatrie.so
 lib/libdatrie.so.1
 lib/libdatrie.so.1.4.0
 libdata/pkgconfig/datrie-0.2.pc
-man/man1/trietool-0.2.1.gz
-man/man1/trietool.1.gz
+share/man/man1/trietool-0.2.1.gz
+share/man/man1/trietool.1.gz



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