git: 8058de93c751 - main - sysutils/exfat-utils: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Mar 2024 19:50:24 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8058de93c75198bab90eed27221fe2301856456c
commit 8058de93c75198bab90eed27221fe2301856456c
Author: Henrich Hartzer <henrichhartzer@tuta.io>
AuthorDate: 2024-03-01 19:48:58 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-01 19:49:12 +0000
sysutils/exfat-utils: Move manpages to share/man
Approved by: portmgr (blanket)
PR: 277421
---
sysutils/exfat-utils/Makefile | 6 ++++--
1 file 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>