comms/usbmuxd: apply udev workaround to DragonFly as well
--- 39-usbmuxd.rules --- /usr/bin/sed -r -e 's|@udev_activation_rule[@]|RUN+="@sbindir@/usbmuxd --user usbmux --udev"|g' -e 's|@sbindir[@]|/usr/local/sbin|g' < > 39-usbmuxd.rules || rm 39-usbmuxd.rules sh: Syntax error: redirection unexpected (expecting word) Reported by: http://muscles.dragonflybsd.org/bulk/latest-per-pkg/usbmuxd/ Approved by: portmgr blanket
This commit is contained in:
parent
ecd523ae35
commit
6f65479d95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403071
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ OPTIONS_DEFINE= DOCS
|
|||
post-patch:
|
||||
# TODO: add devd(8) rule.
|
||||
@${REINPLACE_CMD} \
|
||||
-e '/*cygwin*/ s,),|*bsd*),' \
|
||||
-e '/*cygwin*/ s,),|dragonfly*|*bsd*),' \
|
||||
${WRKSRC}/configure.ac
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue