Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 14:45:23 GMT
From:      "Gabriel M. Dutra" <dutra@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c13d43576fc9 - main - sysutils/fusefs-funionfs: move man pages to share/man
Message-ID:  <202401311445.40VEjNQ3075543@gitrepo.freebsd.org>

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

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

commit c13d43576fc9955ef3ad164dc969b2528642daec
Author:     Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2024-01-31 14:44:10 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2024-01-31 14:44:10 +0000

    sysutils/fusefs-funionfs: move man pages to share/man
    
    Approved by:    garga(mentor)
    Differential Revision:  https://reviews.freebsd.org/D43673
---
 sysutils/fusefs-funionfs/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile
index fc513726db2b..907ef819f483 100644
--- a/sysutils/fusefs-funionfs/Makefile
+++ b/sysutils/fusefs-funionfs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	funionfs
 PORTVERSION=	0.4.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://funionfs.apiou.org/file/
 PKGNAMEPREFIX=	fusefs-
@@ -12,8 +13,9 @@ LICENSE=	GPLv2+
 
 USES=		fuse localbase
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
-PLIST_FILES=	bin/funionfs man/man1/${PORTNAME}.1.gz
+PLIST_FILES=	bin/funionfs share/man/man1/${PORTNAME}.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,^struct unionfs_desc,extern &,' \



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