mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
daf9e3e20f
- Correctly handle configuration files - Add new features in example configuration Submitted by: Alexey Privalov <lubeg at rootshell.be> - Use USE_BDB, make it supports all supportted version in ports tree Tested by: Alexey Privalov <lubeg at rootshell.be>
34 lines
905 B
Plaintext
34 lines
905 B
Plaintext
bin/hotkeys
|
|
@unexec if cmp -s %D/etc/hotkeys.conf.sample %D/etc/hotkeys.conf; then rm -f %D/etc/hotkeys.conf; fi
|
|
etc/hotkeys.conf.sample
|
|
@exec if [ ! -f %D/etc/hotkeys.conf ] ; then cp -p %D/%F %B/hotkeys.conf; fi
|
|
%%DATADIR%%/splash.png
|
|
%%DATADIR%%/acerwl.def
|
|
%%DATADIR%%/btc9000.def
|
|
%%DATADIR%%/eliteduo.def
|
|
%%DATADIR%%/hp5181.def
|
|
%%DATADIR%%/ibook.def
|
|
%%DATADIR%%/itouch.def
|
|
%%DATADIR%%/kb9930.def
|
|
%%DATADIR%%/kb9963.def
|
|
%%DATADIR%%/kbp8993.def
|
|
%%DATADIR%%/logitech-cfo.def
|
|
%%DATADIR%%/logitech-ultrax.def
|
|
%%DATADIR%%/mck800.def
|
|
%%DATADIR%%/msnatpro.def
|
|
%%DATADIR%%/msnet.def
|
|
%%DATADIR%%/msnetpro.def
|
|
%%DATADIR%%/mx1998.def
|
|
%%DATADIR%%/mx2500.def
|
|
%%DATADIR%%/mx3000.def
|
|
%%DATADIR%%/orktekusb.def
|
|
%%DATADIR%%/pb5140w.def
|
|
%%DATADIR%%/polypix.def
|
|
%%DATADIR%%/sk2500.def
|
|
%%DATADIR%%/sk2501a.def
|
|
%%DATADIR%%/sk2505.def
|
|
%%DATADIR%%/sk2800c.def
|
|
%%DATADIR%%/sk7100.def
|
|
%%DATADIR%%/sk9925.def
|
|
@dirrm %%DATADIR%%
|