14622161b7
PR: ports/165798 Submitted by: Leo Vandewoestijne <freebsd@dns-lab.com> Approved by: Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer) Feature safe: yes
16 lines
439 B
Text
16 lines
439 B
Text
@comment $FreeBSD$
|
|
@stopdaemon knotd
|
|
%%ETCDIR%%/example.com.zone
|
|
@unexec if cmp -s %B/knot.min.conf %B/knot.conf; then rm -f %B/knot.conf; fi
|
|
%%ETCDIR%%/knot.min.conf
|
|
@exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf
|
|
%%ETCDIR%%/knot.sample.conf
|
|
libexec/knot-zcompile
|
|
libexec/unittests
|
|
libexec/unittests-libknot
|
|
libexec/unittests-libknot-realdata
|
|
libexec/unittests-xfr
|
|
libexec/unittests-zcompile
|
|
sbin/knotc
|
|
sbin/knotd
|
|
@dirrmtry %%ETCDIR%%
|