aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrich Hartzer <henrichhartzer@tuta.io>2024-03-01 19:48:58 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-01 19:49:12 +0000
commit8058de93c75198bab90eed27221fe2301856456c (patch)
tree5ac7917b43fa067444406c98e6bebe837f603182
parentba721ae37707a635d8b3b27f6da46eb12071e83b (diff)
downloadports-8058de93c75198bab90eed27221fe2301856456c.tar.gz
ports-8058de93c75198bab90eed27221fe2301856456c.zip
sysutils/exfat-utils: Move manpages to share/man
Approved by: portmgr (blanket) PR: 277421
-rw-r--r--sysutils/exfat-utils/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/exfat-utils/Makefile b/sysutils/exfat-utils/Makefile
index 52fe2bb9b03a..2fe71887cb7c 100644
--- a/sysutils/exfat-utils/Makefile
+++ b/sysutils/exfat-utils/Makefile
@@ -1,6 +1,7 @@
PORTNAME= exfat
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -utils
@@ -18,10 +19,11 @@ CPE_VENDOR= ${PORTNAME}_project
USE_GITHUB= yes
GH_ACCOUNT= relan
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= sbin/exfatlabel sbin/dumpexfat sbin/exfatfsck sbin/mkexfatfs \
sbin/fsck.exfat sbin/mkfs.exfat sbin/exfatattrib \
- man/man8/exfatlabel.8.gz man/man8/mkexfatfs.8.gz man/man8/exfatfsck.8.gz \
- man/man8/dumpexfat.8.gz man/man8/exfatattrib.8.gz
+ share/man/man8/exfatlabel.8.gz share/man/man8/mkexfatfs.8.gz share/man/man8/exfatfsck.8.gz \
+ share/man/man8/dumpexfat.8.gz share/man/man8/exfatattrib.8.gz
.include <bsd.port.mk>