From f5316ff3641dbd8f46047e4fef6c7975c7afafc5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 13 Mar 2014 17:31:34 +0100 Subject: [PATCH] heimdal: fixed to only install krb5.conf when not at toolchain stage and to properly use $root --- security/heimdal/heimdal.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/heimdal/heimdal.conf b/security/heimdal/heimdal.conf index c3d90bff9..6f16cd7c8 100644 --- a/security/heimdal/heimdal.conf +++ b/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"