aboutsummaryrefslogtreecommitdiff
path: root/security/krb5
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-20 19:06:29 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-20 19:06:29 +0000
commit68edbeeaae964d81a4b96aea76974015371e7b07 (patch)
tree3686bc2aca372d50de8d274ce1e86a1d8116f741 /security/krb5
parent6c829b8efd7cb4bfc790ad69a46f7638be9160d4 (diff)
downloadports-68edbeeaae964d81a4b96aea76974015371e7b07.tar.gz
ports-68edbeeaae964d81a4b96aea76974015371e7b07.zip
Notes
Diffstat (limited to 'security/krb5')
-rw-r--r--security/krb5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index e3c02d930a1b..4563d5f76fd9 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -28,7 +28,7 @@ USE_CSTD= gnu99
GNU_CONFIGURE= yes
USES= cpe gettext gmake perl5 libtool:build
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
- --disable-rpath
+ --disable-rpath --localstatedir="${PREFIX}/var"
CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}"
MAKE_ARGS= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}"