Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 13:40:00 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: c7dc89587c46 - main - devel/libgsf: Moved man to share/man
Message-ID:  <202401281340.40SDe0l3075046@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=c7dc89587c4697cca23ae9aa79d9bb43453b7a1b

commit c7dc89587c4697cca23ae9aa79d9bb43453b7a1b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-28 13:02:50 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-28 13:39:32 +0000

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

diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index ebc19d3432f5..f154156da48c 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libgsf
 PORTVERSION=	1.14.50
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome2
@@ -16,6 +17,7 @@ LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
 USES=		cpe gmake gnome libtool localbase pathfix pkgconfig tar:xz
 USE_GNOME=	gdkpixbuf2 intlhack introspection:build libxml2
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--enable-introspection
diff --git a/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist
index 7bc0d70dace6..5eb74ac651c7 100644
--- a/devel/libgsf/pkg-plist
+++ b/devel/libgsf/pkg-plist
@@ -56,9 +56,9 @@ lib/libgsf-1.so
 lib/libgsf-1.so.%%LIBSHORTVER%%
 lib/libgsf-1.so.%%LIBSHORTVER%%.0.%%LIBMINORVER%%
 libdata/pkgconfig/libgsf-1.pc
-man/man1/gsf-office-thumbnailer.1.gz
-man/man1/gsf-vba-dump.1.gz
-man/man1/gsf.1.gz
+share/man/man1/gsf-office-thumbnailer.1.gz
+share/man/man1/gsf-vba-dump.1.gz
+share/man/man1/gsf.1.gz
 share/gir-1.0/Gsf-1.gir
 share/gtk-doc/html/gsf/annotation-glossary.html
 share/gtk-doc/html/gsf/api.html



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