aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-03 09:58:30 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-03 10:04:09 +0000
commit4f689d157daa837a9d8c173341369691f229e082 (patch)
treed2039df6302a2fa9fef771298473714248cc58f2
parent385d1524bb098582a2fbe045f833cb3f26601938 (diff)
downloadports-4f689d157daa837a9d8c173341369691f229e082.tar.gz
ports-4f689d157daa837a9d8c173341369691f229e082.zip
comms/usbmuxd: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--comms/usbmuxd/Makefile5
1 files 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