mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a7706ec00c
- USE_RC_SUBR= yes --> USE_RC_SUBR= ${PORTNAME}.sh - move files/dictd.sh --> files/dictd.sh.in - default to NO for dictd_enable - Move pkg-message to files/pkg-message.in and print local path to net/dictd-database PR: ports/91505 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@gmail.com> Reviewed by: maintainer timeout
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
bin/dictzip
|
|
sbin/dictd
|
|
@unexec if cmp -s %D/etc/dictd.conf %D/etc/dictd.conf.sample; then rm -f %D/etc/dictd.conf; fi
|
|
etc/dictd.conf.sample
|
|
@exec [ -f %B/dictd.conf ] || cp %B/%f %B/dictd.conf
|