mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
10 lines
387 B
Plaintext
10 lines
387 B
Plaintext
%%PL_DEVD%%@unexec if cmp -s %D/etc/devd/uhidd-devd.conf.sample %D/etc/devd/uhidd-devd.conf; then rm -f %D/etc/devd/uhidd-devd.conf; fi
|
|
%%PL_DEVD%%etc/devd/uhidd-devd.conf.sample
|
|
%%PL_DEVD%%@exec if [ ! -f %D/etc/devd/uhidd-devd.conf ]; then mkdir -p %B; cp -p %D/%F %B/uhidd-devd.conf; fi
|
|
sbin/uhidd
|
|
@cwd %%KMODDIR%%
|
|
uvhid.ko
|
|
@rmtry uvhid.ko.symbols
|
|
@exec kldxref %D
|
|
@unexec kldxref %D
|