Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 12:32:25 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 20b8f7eb48be - main - emulators/fuse: move manpages to share/man
Message-ID:  <202402241232.41OCWPr0019055@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=20b8f7eb48be5d65080e30adf75800009c9239e6

commit 20b8f7eb48be5d65080e30adf75800009c9239e6
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-02-24 12:31:42 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-02-24 12:32:18 +0000

    emulators/fuse: move manpages to share/man
---
 emulators/fuse/Makefile  | 3 ++-
 emulators/fuse/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile
index b5e6cb9510b8..a6acb4c01214 100644
--- a/emulators/fuse/Makefile
+++ b/emulators/fuse/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fuse
 PORTVERSION=	1.6.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION}
 
@@ -23,6 +23,7 @@ USE_GNOME=	libxml2 glib20
 USE_XORG=	x11
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS+=--without-joystick # TODO needs libjsw for GTK
 
 OPTIONS_DEFINE=		ICONS ROMS DOCS
diff --git a/emulators/fuse/pkg-plist b/emulators/fuse/pkg-plist
index c560e533232d..ddf7727e92cd 100644
--- a/emulators/fuse/pkg-plist
+++ b/emulators/fuse/pkg-plist
@@ -1,5 +1,5 @@
 bin/fuse
-man/man1/fuse.1.gz
+share/man/man1/fuse.1.gz
 %%ICONS%%share/applications/fuse.desktop
 %%DATADIR%%/128-0.rom
 %%DATADIR%%/128-1.rom



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