mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
33bd5eb62c
and no longer seems neccessary. - Remove superfluous PORTVERSION and space - Remove COPYING from PORTDOCS since LICENSE is defined - Drop ABI version from LIB_DEPENDS - Tab -> space in pkg-descr WWW line - Remove FreeBSD keyword from pkg-plist
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
@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.full.conf
|
|
%%ETCDIR%%/knot.min.conf
|
|
@exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf
|
|
%%ETCDIR%%/knot.sample.conf
|
|
@dirrmtry %%ETCDIR%%
|
|
libexec/knot-zcompile
|
|
libexec/unittests
|
|
libexec/unittests-libknot
|
|
libexec/unittests-libknot-realdata
|
|
libexec/unittests-xfr
|
|
libexec/unittests-zcompile
|
|
sbin/knotc
|
|
sbin/knotd
|