git: 40d640822e98 - main - graphics/libsixel: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 09:48:55 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40d640822e989293601a88836fd9aa2f40ffba89

commit 40d640822e989293601a88836fd9aa2f40ffba89
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 09:20:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 09:48:12 +0000

    graphics/libsixel: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/libsixel/Makefile  | 2 ++
 graphics/libsixel/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile
index c676af8fc743..d1865dd72bbf 100644
--- a/graphics/libsixel/Makefile
+++ b/graphics/libsixel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libsixel
 PORTVERSION=	1.8.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/saitoha/libsixel/releases/download/v${PORTVERSION}/
@@ -14,6 +15,7 @@ USES=		cpe libtool pkgconfig
 CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
 INSTALL_TARGET=	install-strip
 
diff --git a/graphics/libsixel/pkg-plist b/graphics/libsixel/pkg-plist
index f86cd947d689..92bf345ff90a 100644
--- a/graphics/libsixel/pkg-plist
+++ b/graphics/libsixel/pkg-plist
@@ -16,8 +16,8 @@ lib/libsixel.so.1.0.6
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/libsixel/encoder.pyc
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/libsixel/encoder.pyo
 libdata/pkgconfig/libsixel.pc
-man/man1/img2sixel.1.gz
-man/man1/sixel2png.1.gz
-man/man5/sixel.5.gz
+share/man/man1/img2sixel.1.gz
+share/man/man1/sixel2png.1.gz
+share/man/man5/sixel.5.gz
 share/bash-completion/completions/img2sixel
 share/zsh/site-functions/_img2sixel