Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 16:00:13 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: 0ebd5070dcfe - main - textproc/intltool: Impelled to share/man
Message-ID:  <202401231600.40NG0DAm097639@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=0ebd5070dcfe67dff62bd23e3bba718ea0cb380f

commit 0ebd5070dcfe67dff62bd23e3bba718ea0cb380f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 15:39:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 15:59:56 +0000

    textproc/intltool: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/intltool/Makefile  |  3 ++-
 textproc/intltool/pkg-plist | 10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index c094698759c8..2328ac6da209 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	intltool
 PORTVERSION=	0.51.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc gnome
 MASTER_SITES=	https://launchpad.net/intltool/trunk/${PORTVERSION}/+download/
 DIST_SUBDIR=	gnome
@@ -17,6 +17,7 @@ RUN_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser
 
 USES=		iconv gmake perl5
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 NO_ARCH=	yes
 
diff --git a/textproc/intltool/pkg-plist b/textproc/intltool/pkg-plist
index 6b753ed85f84..6bf954dd682e 100644
--- a/textproc/intltool/pkg-plist
+++ b/textproc/intltool/pkg-plist
@@ -5,8 +5,8 @@ bin/intltool-update
 bin/intltoolize
 share/aclocal/intltool.m4
 %%DATADIR%%/Makefile.in.in
-man/man8/intltool-extract.8.gz
-man/man8/intltool-merge.8.gz
-man/man8/intltool-prepare.8.gz
-man/man8/intltool-update.8.gz
-man/man8/intltoolize.8.gz
+share/man/man8/intltool-extract.8.gz
+share/man/man8/intltool-merge.8.gz
+share/man/man8/intltool-prepare.8.gz
+share/man/man8/intltool-update.8.gz
+share/man/man8/intltoolize.8.gz



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