Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:40:55 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: 63ac8e2e7e57 - main - textproc/gdome2: Moved man to share/man
Message-ID:  <202401302140.40ULetJY051527@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=63ac8e2e7e5723d85cd46653f6f68c886bcb98ad

commit 63ac8e2e7e5723d85cd46653f6f68c886bcb98ad
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:37:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 21:39:34 +0000

    textproc/gdome2: Moved man to share/man
---
 textproc/gdome2/Makefile  | 3 ++-
 textproc/gdome2/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index 90802dbb0c82..810c8e3525cc 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gdome2
 PORTVERSION=	0.8.1
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	textproc
 MASTER_SITES=	http://gdome2.cs.unibo.it/tarball/
 
@@ -18,6 +18,7 @@ USE_GNOME=	glib20 libxml2
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ENV=	GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0"
 
 INSTALL_TARGET=	install-strip
diff --git a/textproc/gdome2/pkg-plist b/textproc/gdome2/pkg-plist
index 54a9627456b8..f1176a1a3bdf 100644
--- a/textproc/gdome2/pkg-plist
+++ b/textproc/gdome2/pkg-plist
@@ -13,5 +13,5 @@ lib/libgdome.so
 lib/libgdome.so.0
 lib/libgdome.so.0.8.1
 libdata/pkgconfig/gdome2.pc
-man/man1/gdome-config.1.gz
+share/man/man1/gdome-config.1.gz
 share/aclocal/gdome2.m4



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