Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 18:34:58 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 43d865ad887f - main - sysutils/uniutils: move manpages
Message-ID:  <202401301834.40UIYwe4035135@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=43d865ad887f6a5a5a5351487a2e77677eb2d656

commit 43d865ad887f6a5a5a5351487a2e77677eb2d656
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2024-01-30 18:27:59 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2024-01-30 18:33:43 +0000

    sysutils/uniutils: move manpages
---
 sysutils/uniutils/Makefile  |  4 +++-
 sysutils/uniutils/pkg-plist | 14 +++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sysutils/uniutils/Makefile b/sysutils/uniutils/Makefile
index 757a7d24628e..e0ecdbf01872 100644
--- a/sysutils/uniutils/Makefile
+++ b/sysutils/uniutils/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	uniutils
 PORTVERSION=	2.28
+PORTREVISION=	1
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	http://billposer.org/Software/Downloads/
 
@@ -12,8 +13,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	ascii2binary:converters/ascii2binary
 
-GNU_CONFIGURE=	yes
 USES=		gettext localbase tar:bz2
+GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 LIBS+=		-lintl
 
diff --git a/sysutils/uniutils/pkg-plist b/sysutils/uniutils/pkg-plist
index 63df5e3cf5d4..f49dc3c6661b 100644
--- a/sysutils/uniutils/pkg-plist
+++ b/sysutils/uniutils/pkg-plist
@@ -6,13 +6,6 @@ bin/uniname
 bin/unireverse
 bin/unisurrogate
 bin/utf8lookup
-man/man1/ExplicateUTF8.1.gz
-man/man1/unidesc.1.gz
-man/man1/unifuzz.1.gz
-man/man1/unihist.1.gz
-man/man1/uniname.1.gz
-man/man1/unireverse.1.gz
-man/man1/unisurrogate.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test1.ann
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test1.u
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test2.ann
@@ -23,3 +16,10 @@ man/man1/unisurrogate.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test4.u
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test5.ann
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test5.u
+share/man/man1/ExplicateUTF8.1.gz
+share/man/man1/unidesc.1.gz
+share/man/man1/unifuzz.1.gz
+share/man/man1/unihist.1.gz
+share/man/man1/uniname.1.gz
+share/man/man1/unireverse.1.gz
+share/man/man1/unisurrogate.1.gz



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