sysutils/fusefs-mp3fs: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 18:42:52 +01:00
parent 02ea001075
commit a0432feca8
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -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>