aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 17:42:52 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 17:49:57 +0000
commita0432feca88a1403d3eb6ebc6f9e07d7aba947a7 (patch)
treed46dff8b16c940a711387cddbb233d97e66b5adf
parent02ea001075690ed7833f0ce1114512de91d65737 (diff)
downloadports-a0432feca88a1403d3eb6ebc6f9e07d7aba947a7.tar.gz
ports-a0432feca88a1403d3eb6ebc6f9e07d7aba947a7.zip
sysutils/fusefs-mp3fs: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/fusefs-mp3fs/Makefile5
1 files 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>