freebsd-ports/dns/pdnsd/pkg-plist
Baptiste Daroussin 530a33f611 Cleanup plist
2014-10-27 12:13:22 +00:00

16 lines
588 B
Text

@unexec if cmp -s %D/etc/pdnsd.conf %D/etc/pdnsd.conf.sample; then rm %D/etc/pdnsd.conf; fi
etc/pdnsd.conf.sample
@exec [ -f %D/etc/pdnsd.conf ] || install -m 644 %D/etc/pdnsd.conf.sample %D/etc/pdnsd.conf
man/man5/pdnsd.conf.5.gz
man/man8/pdnsd-ctl.8.gz
man/man8/pdnsd.8.gz
sbin/pdnsd
sbin/pdnsd-ctl
%%PORTDOCS%%%%DOCSDIR%%/dl.html
%%PORTDOCS%%%%DOCSDIR%%/doc.html
%%PORTDOCS%%%%DOCSDIR%%/faq.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
%%PORTDOCS%%%%DOCSDIR%%/intro.txt
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
@unexec rm -rf /var/db/pdnsd 2>&1 >/dev/null || true