mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
5914ae6c91
PR: ports/191977 Submitted by: freebsd@dns-lab.com
25 lines
581 B
Plaintext
25 lines
581 B
Plaintext
@unexec if cmp -s %D/%%ETCDIR%%/knot.sample.conf %D/%%ETCDIR%%/knot.conf; then rm -f %D/%%ETCDIR%%/knot.conf; fi
|
|
%%ETCDIR%%/knot.sample.conf
|
|
@exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf
|
|
%%ETCDIR%%/example.com.zone
|
|
man/man1/kdig.1.gz
|
|
man/man1/khost.1.gz
|
|
man/man1/knsec3hash.1.gz
|
|
man/man1/knsupdate.1.gz
|
|
man/man5/knot.conf.5.gz
|
|
man/man8/knotc.8.gz
|
|
man/man8/knotd.8.gz
|
|
@dirrmtry %%ETCDIR%%
|
|
bin/kdig
|
|
bin/khost
|
|
bin/knsec3hash
|
|
bin/knsupdate
|
|
lib/libknot.so
|
|
lib/libknot.so.0
|
|
lib/libknot.so.0.0.1
|
|
lib/libzscanner.so
|
|
lib/libzscanner.so.0
|
|
lib/libzscanner.so.0.0.1
|
|
sbin/knotc
|
|
sbin/knotd
|