mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
0cc51781f2
- Update to 3.5.3 [1] - USES gmake - Remove leading article from COMMENT - Allow staging PR: ports/182368 [1] Submitted by: Sten Spans <sten blinkenlights.nl> (maintainer) [1]
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
@unexec if cmp -s %D/etc/pdns/recursor.conf %D/etc/pdns/recursor.conf-dist; then rm -f %D/etc/pdns/recursor.conf; fi
|
|
etc/pdns/recursor.conf-dist
|
|
@exec [ -f %B/recursor.conf ] || cp %B/%f %B/recursor.conf
|
|
bin/rec_control
|
|
sbin/pdns_recursor
|
|
man/man8/pdns_recursor.8.gz
|
|
man/man8/rec_control.8.gz
|
|
@dirrmtry etc/pdns
|