git: 7875f550ffb9 - main - sysutils/fusefs-simple-mtpfs: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 17:50:28 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=7875f550ffb9705a68f567f6ce290e635a2f5f95 commit 7875f550ffb9705a68f567f6ce290e635a2f5f95 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 17:48:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:50:01 +0000 sysutils/fusefs-simple-mtpfs: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/fusefs-simple-mtpfs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/fusefs-simple-mtpfs/Makefile b/sysutils/fusefs-simple-mtpfs/Makefile index 430f0b85905e..43f5a6eade76 100644 --- a/sysutils/fusefs-simple-mtpfs/Makefile +++ b/sysutils/fusefs-simple-mtpfs/Makefile @@ -1,6 +1,7 @@ PORTNAME= simple-mtpfs DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -18,10 +19,11 @@ GH_ACCOUNT= phatina USES= autoreconf compiler:c++17-lang fuse localbase pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share MAKEFILE= makefile INSTALL_TARGET= install-strip PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= AUTHORS NEWS README.md OPTIONS_DEFINE= DOCS