mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ec435a465f
PR: 73236 Submitted by: maintainer
15 lines
493 B
Plaintext
15 lines
493 B
Plaintext
sbin/bld
|
|
sbin/bldsubmit
|
|
sbin/bldread
|
|
sbin/bldquery
|
|
sbin/bldinsert
|
|
sbin/blddecr
|
|
sbin/bld-pf_policy
|
|
sbin/bld-pf_policy.pl
|
|
sbin/bld-pf_log.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
|