Skip to content

Commit

Permalink
sysutils/fusefs-exfat: Install man pages under share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Feb 27, 2024
1 parent 6cb767f commit 6bb0d38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sysutils/fusefs-exfat/Makefile
@@ -1,6 +1,7 @@
PORTNAME= exfat
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= fusefs-

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

0 comments on commit 6bb0d38

Please sign in to comment.