Browse Source

heimdal: fixed to only install krb5.conf when not at toolchain stage and to properly use $root

stable/0.6
Christian Wiese 11 years ago
parent
commit
f5316ff364
  1. 6
      security/heimdal/heimdal.conf

6
security/heimdal/heimdal.conf

@ -81,6 +81,9 @@ fi
if ! atstage toolchain; then
var_append extraconfopt ' ' "--enable-shared"
# install sample krb5.conf
hook_add postmake 6 "cp -v krb5.conf $root$sysconfdir/krb5.conf-dist"
fi
var_append extraconfopt ' ' "--libexecdir=$sbindir"
@ -90,8 +93,5 @@ pkg_heimdal_preconf() {
hook_add preconf 5 "pkg_heimdal_preconf"
# install sample krb5.conf
hook_add postmake 6 "cp -v krb5.conf $sysconfdir/krb5.conf-dist"
# do not install catpages
var_append makeinstopt ' ' "INSTALL_CATPAGES=no"

Loading…
Cancel
Save