git: a0432feca88a - main - sysutils/fusefs-mp3fs: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 17:50:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0432feca88a1403d3eb6ebc6f9e07d7aba947a7 commit a0432feca88a1403d3eb6ebc6f9e07d7aba947a7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 17:42:52 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:49:57 +0000 sysutils/fusefs-mp3fs: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/fusefs-mp3fs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sysutils/fusefs-mp3fs/Makefile b/sysutils/fusefs-mp3fs/Makefile index 849a306d4f3b..7e65d88050c8 100644 --- a/sysutils/fusefs-mp3fs/Makefile +++ b/sysutils/fusefs-mp3fs/Makefile @@ -1,6 +1,6 @@ PORTNAME= mp3fs PORTVERSION= 0.91 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= sysutils audio MASTER_SITES= https://github.com/khenriks/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -19,7 +19,8 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ USES= compiler:c11 fuse localbase pkgconfig GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/mp3fs \ - man/man1/mp3fs.1.gz + share/man/man1/mp3fs.1.gz .include <bsd.port.mk>