diff options
Diffstat (limited to 'net/bld/pkg-plist')
-rw-r--r-- | net/bld/pkg-plist | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/bld/pkg-plist b/net/bld/pkg-plist index 196f7dd2d6f1..754123752db7 100644 --- a/net/bld/pkg-plist +++ b/net/bld/pkg-plist @@ -2,6 +2,13 @@ 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 || (echo ; echo "Remove dumps from /var/run/bld/* if you don't want to keep them" ; echo) && 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 |