aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2024-02-27 01:43:13 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2024-02-27 02:43:35 +0000
commit6bb0d38321ef41c482815f0b9aec7eccc43285bf (patch)
treeca342dbd57233ad61dc53887cd6b4697e653d43e
parent6cb767f0be60c4840fad6563a8a410072f9b13aa (diff)
downloadports-6bb0d38321ef41c482815f0b9aec7eccc43285bf.tar.gz
ports-6bb0d38321ef41c482815f0b9aec7eccc43285bf.zip
sysutils/fusefs-exfat: Install man pages under share/man
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--sysutils/fusefs-exfat/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/fusefs-exfat/Makefile b/sysutils/fusefs-exfat/Makefile
index 10e39dafb8ae..a5672578f5e8 100644
--- a/sysutils/fusefs-exfat/Makefile
+++ b/sysutils/fusefs-exfat/Makefile
@@ -1,6 +1,7 @@
PORTNAME= exfat
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-
@@ -18,8 +19,10 @@ CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= relan
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+
MAKE_ARGS= SUBDIRS="libexfat fuse"
-PLIST_FILES= sbin/mount.exfat-fuse sbin/mount.exfat man/man8/mount.exfat-fuse.8.gz
+PLIST_FILES= sbin/mount.exfat-fuse sbin/mount.exfat share/man/man8/mount.exfat-fuse.8.gz
.include <bsd.port.mk>