Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 11:49:51 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: 5a7c0b114466 - main - textproc/ibus: Moved man to share/man
Message-ID:  <202401301149.40UBnpoG044333@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=5a7c0b11446639db9107b914c752853498fb48f2

commit 5a7c0b11446639db9107b914c752853498fb48f2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 11:19:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 11:49:28 +0000

    textproc/ibus: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/ibus/Makefile  |  2 ++
 textproc/ibus/pkg-plist | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile
index 3d96561ab319..05dbc482c8f2 100644
--- a/textproc/ibus/Makefile
+++ b/textproc/ibus/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ibus
 PORTVERSION=	1.5.29
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	henry.hu.sh@gmail.com
@@ -27,6 +28,7 @@ USE_LDCONFIG=	yes
 USE_PYTHON=	py3kplist
 SHEBANG_GLOB=	*.sh
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc	\
 		--with-ucd-dir=${LOCALBASE}/share/unicode/ucd \
 		--disable-python2 --disable-python-library \
diff --git a/textproc/ibus/pkg-plist b/textproc/ibus/pkg-plist
index d6c0dcfedf2d..80ba0c96df25 100644
--- a/textproc/ibus/pkg-plist
+++ b/textproc/ibus/pkg-plist
@@ -4,7 +4,7 @@ bin/ibus-setup
 etc/xdg/autostart/ibus.desktop
 etc/xdg/Xwayland-session.d/10-ibus-x11
 %%DCONF%%etc/dconf/db/ibus.d/00-upstream-settings
-%%DCONF%%man/man5/00-upstream-settings.5.gz
+%%DCONF%%share/man/man5/00-upstream-settings.5.gz
 %%DCONF%%@postunexec rm -f %D/etc/dconf/db/ibus
 %%DCONF%%@postexec dconf update
 %%DCONF%%etc/dconf/profile/ibus
@@ -67,11 +67,11 @@ libdata/pkgconfig/ibus-1.0.pc
 libexec/ibus-portal
 %%EMOJI%%libexec/ibus-ui-emojier
 %%WAYLAND%%libexec/ibus-wayland
-man/man1/ibus-daemon.1.gz
-man/man1/ibus-setup.1.gz
-man/man1/ibus.1.gz
-%%DCONF%%man/man5/ibus.5.gz
-%%EMOJI%%man/man7/ibus-emoji.7.gz
+share/man/man1/ibus-daemon.1.gz
+share/man/man1/ibus-setup.1.gz
+share/man/man1/ibus.1.gz
+%%DCONF%%share/man/man5/ibus.5.gz
+%%EMOJI%%share/man/man7/ibus-emoji.7.gz
 share/applications/org.freedesktop.IBus.Setup.desktop
 %%EMOJI%%share/applications/org.freedesktop.IBus.Panel.Emojier.desktop
 %%GTK3%%share/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop



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