mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
7230c54899
PR: ports/84045 Submitted by: Olivier Beyssac <obld@r14.freenix.org> (maintainer) Approved by: flz (mentor)
17 lines
541 B
Plaintext
17 lines
541 B
Plaintext
sbin/bld
|
|
sbin/bldsubmit
|
|
sbin/bldread
|
|
sbin/bldquery
|
|
sbin/bldinsert
|
|
sbin/blddecr
|
|
sbin/bld-mrtg.pl
|
|
sbin/bld-pf_policy
|
|
sbin/bld-pf_policy.pl
|
|
sbin/bld-pf_log.pl
|
|
sbin/bld-will_spam_for_food.pl
|
|
etc/rc.d/bld.sh
|
|
etc/bld/bld.conf.sample
|
|
@unexec rmdir %D/etc/bld 2>/dev/null || (echo ; echo "Keeping homemade configuration files in %D/etc/bld" ; echo) || true
|
|
%%PORTDOCS%%@unexec %D/%%DOCSDIR%% 2>/dev/null || true
|
|
@unexec rmdir /var/run/bld 2>/dev/null || (echo ; echo "Remove dumps from /var/run/bld/* if you don't want to keep them" ; echo) && true
|