mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
9ef39344e6
- Use new LIB_DEPENDS - Add license Sponsored by: Absolight
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
bin/dict
|
|
bin/dict_lookup
|
|
bin/dictl
|
|
man/man1/dict.1.gz
|
|
man/man1/dictl.1.gz
|
|
man/man1/dict_lookup.1.gz
|
|
@unexec if cmp -s %D/etc/dict.conf.sample %D/etc/dict.conf; then rm -f %D/etc/dict.conf; fi
|
|
etc/dict.conf.sample
|
|
@exec [ -f %B/dict.conf ] || cp %B/%f %B/dict.conf
|