summaryrefslogtreecommitdiff
path: root/comms/usbmuxd
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2021-02-07 14:18:13 +0000
committerJason E. Hale <jhale@FreeBSD.org>2021-02-07 14:18:13 +0000
commit2e9e02d20a4ba12a1191eb1478ef58b0b94f288d (patch)
tree66d9c0e41989a061e18ce15bf705c03c443cb0eb /comms/usbmuxd
parentUpgrade to 1.0.0-rc.13. (diff)
comms/usbmuxd: Revert the unnecessary change of ownership of the daemon added
in r564232.
Notes
Notes: svn path=/head/; revision=564622
Diffstat (limited to 'comms/usbmuxd')
-rw-r--r--comms/usbmuxd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile
index 6de286deca15..46b1f07c5537 100644
--- a/comms/usbmuxd/Makefile
+++ b/comms/usbmuxd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= usbmuxd
DISTVERSION= 1.1.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/
@@ -30,7 +30,7 @@ USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
PLIST_FILES= man/man8/${PORTNAME}.8.gz \
- "@(${USERS},${GROUPS},) sbin/${PORTNAME}"
+ sbin/${PORTNAME}
PORTDOCS= AUTHORS NEWS README.md
OPTIONS_DEFINE= DEVD DOCS