mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
47967296c3
PR: 91294 Submitted by: Rong-En Fan
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
@comment $FreeBSD$
|
|
bin/dict
|
|
bin/dictl
|
|
@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
|