export INSTALL_AS_USER=yes
export PKG_DBDIR=.
export NO_TICK=yes
@if coverage == 1
export LLVM_PROFILE_FILE=/tmp/pkg.%p.profraw
@endif
jailed=$(sysctl -n security.jail.jailed 2>/dev/null || :)
if [ "$jailed" = "1" ]; then
export JAILED="[`hostname`] "