git: 4f689d157daa - main - comms/usbmuxd: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 10:04:30 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f689d157daa837a9d8c173341369691f229e082
commit 4f689d157daa837a9d8c173341369691f229e082
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-03 09:58:30 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-03 10:04:09 +0000
comms/usbmuxd: Move man pages to share/man
Approved by: portmgr (blanket)
---
comms/usbmuxd/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile
index fa54905e877d..ce219c0512b2 100644
--- a/comms/usbmuxd/Makefile
+++ b/comms/usbmuxd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= usbmuxd
DISTVERSION= 1.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= comms
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
@@ -21,6 +21,7 @@ CPE_VENDOR= nikias_bassen
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-systemd
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
SUB_LIST= USERS=${USERS} \
GROUPS=${GROUPS}
@@ -28,7 +29,7 @@ SUB_LIST= USERS=${USERS} \
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
-PLIST_FILES= man/man8/${PORTNAME}.8.gz \
+PLIST_FILES= share/man/man8/${PORTNAME}.8.gz \
sbin/${PORTNAME}
PORTDOCS= AUTHORS NEWS README.md