sysutils/fusefs-exfat: Install man pages under share/man

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Joseph Mingrone 2024-02-26 21:43:13 -04:00
parent 6cb767f0be
commit 6bb0d38321
No known key found for this signature in database
GPG Key ID: 36A40C83B0D6EF9E
1 changed files with 4 additions and 1 deletions

View File

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