git: 46be6f21a5d7 - main - sysutils/fusefs-ifuse: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 18:55:12 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=46be6f21a5d7704d912a76af8a219ed21083706a commit 46be6f21a5d7704d912a76af8a219ed21083706a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-09 18:47:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-09 18:55:00 +0000 sysutils/fusefs-ifuse: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/fusefs-ifuse/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/fusefs-ifuse/Makefile b/sysutils/fusefs-ifuse/Makefile index 38489be55721..e76f70fa5133 100644 --- a/sysutils/fusefs-ifuse/Makefile +++ b/sysutils/fusefs-ifuse/Makefile @@ -1,5 +1,6 @@ PORTNAME= ifuse PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= fusefs- @@ -19,7 +20,8 @@ USES= fuse localbase gnome pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= bin/${PORTNAME} man/man1/ifuse.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/ifuse.1.gz .include <bsd.port.mk>