1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/textproc/dict/pkg-plist
Dima Dorfman 47967296c3 Avoid clobbering a modified dict.conf on deinstall.
PR:		91294
Submitted by:	Rong-En Fan
2006-01-07 23:31:52 +00:00

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