git: 8fc90fdf4fe8 - main - devel/ticcutils: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Thu, 07 Mar 2024 09:47:47 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8fc90fdf4fe8a8c7aac22ee5702e35d5c618e97a

commit 8fc90fdf4fe8a8c7aac22ee5702e35d5c618e97a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-07 08:05:27 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-07 09:47:32 +0000

    devel/ticcutils: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/ticcutils/Makefile  |  3 ++-
 devel/ticcutils/pkg-plist | 16 ++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/devel/ticcutils/Makefile b/devel/ticcutils/Makefile
index 5d6477477506..1ab2eada4b02 100644
--- a/devel/ticcutils/Makefile
+++ b/devel/ticcutils/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ticcutils
 DISTVERSION=	0.32
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	devel textproc
 MASTER_SITES=	https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/
 
@@ -19,6 +19,7 @@ USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--disable-static
 
 INSTALL_TARGET=	install-strip
diff --git a/devel/ticcutils/pkg-plist b/devel/ticcutils/pkg-plist
index 86bad3b93bf2..fd49b253f5df 100644
--- a/devel/ticcutils/pkg-plist
+++ b/devel/ticcutils/pkg-plist
@@ -25,11 +25,11 @@ lib/libticcutils.so
 lib/libticcutils.so.9
 lib/libticcutils.so.9.0.0
 libdata/pkgconfig/ticcutils.pc
-man/man1/ticc_commandline.1.gz
-man/man1/ticc_configuration.1.gz
-man/man1/ticc_fdstream.1.gz
-man/man1/ticc_logstream.1.gz
-man/man1/ticc_prettyprint.1.gz
-man/man1/ticc_string.1.gz
-man/man1/ticc_unit_test.1.gz
-man/man1/ticcutils.1.gz
+share/man/man1/ticc_commandline.1.gz
+share/man/man1/ticc_configuration.1.gz
+share/man/man1/ticc_fdstream.1.gz
+share/man/man1/ticc_logstream.1.gz
+share/man/man1/ticc_prettyprint.1.gz
+share/man/man1/ticc_string.1.gz
+share/man/man1/ticc_unit_test.1.gz
+share/man/man1/ticcutils.1.gz