Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 13:54:26 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: 7407e61d7387 - main - sysutils/fusefs-bindfs: move man page to share/man
Message-ID:  <202401311354.40VDsQFl091364@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=7407e61d738711374ee3d8cdb3d999216b739a90

commit 7407e61d738711374ee3d8cdb3d999216b739a90
Author:     Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2024-01-31 13:53:06 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2024-01-31 13:53:06 +0000

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

diff --git a/sysutils/fusefs-bindfs/Makefile b/sysutils/fusefs-bindfs/Makefile
index 8842728620e5..940592c98dfb 100644
--- a/sysutils/fusefs-bindfs/Makefile
+++ b/sysutils/fusefs-bindfs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	bindfs
 DISTVERSION=	1.17.6
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://bindfs.org/downloads/
 PKGNAMEPREFIX=	fusefs-
@@ -13,9 +14,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		fuse:3 localbase:ldflags pkgconfig
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PLIST_FILES=	bin/bindfs \
-		man/man1/bindfs.1.gz
+		share/man/man1/bindfs.1.gz
 
 .include <bsd.port.pre.mk>
 



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