aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 17:44:52 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 17:49:58 +0000
commit148f16a32196ea5e68f7d5d643f3b9a3ae1613c5 (patch)
treea1f63002a1547c129a2fdc5d354a66537e89dcf4
parent1c3c421189d0939b2fdbc6e1d9ce80ad2c26cb2a (diff)
downloadports-148f16a32196ea5e68f7d5d643f3b9a3ae1613c5.tar.gz
ports-148f16a32196ea5e68f7d5d643f3b9a3ae1613c5.zip
sysutils/fusefs-pod: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/fusefs-pod/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile
index d46d1c33fc23..285ae2bcb19a 100644
--- a/sysutils/fusefs-pod/Makefile
+++ b/sysutils/fusefs-pod/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pod
PORTVERSION= 0.5.2
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= sysutils audio
MASTER_SITES= SF/fuse${PORTNAME}/fuse${PORTNAME}/FUSEPod%20v${PORTVERSION}
PKGNAMEPREFIX= fusefs-
@@ -15,6 +15,7 @@ LIB_DEPENDS= libgpod.so:audio/libgpod\
USES= compiler:c++11-lang fuse pkgconfig tar:bzip2
GNU_CONFIGURE= yes
-PLIST_FILES= bin/fusepod man/man1/fusepod.1.gz
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+PLIST_FILES= bin/fusepod share/man/man1/fusepod.1.gz
.include <bsd.port.mk>