From 3efad7a2c2701d78060a7444e422acf1d23fff62 Mon Sep 17 00:00:00 2001 From: shattered Date: Sun, 11 Mar 2012 11:30:06 +0000 Subject: PR/39656 -- Use /var/heimdal as hdbdir, not /var. --- security/heimdal/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/heimdal') diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 01202f794e5..6901ba568d4 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2012/02/27 12:39:11 asau Exp $ +# $NetBSD: Makefile,v 1.88 2012/03/11 11:30:06 shattered Exp $ DISTNAME= heimdal-1.5.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.h5l.org/dist/src/ @@ -33,7 +34,7 @@ CONFIGURE_ARGS+= --enable-kcm CONFIGURE_ARGS+= --enable-pthread-support CONFIGURE_ARGS+= --includedir=${PREFIX}/include/krb5 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -CONFIGURE_ARGS+= --with-hdbdir=${HEIMDAL_HDB_DIR:H} +CONFIGURE_ARGS+= --with-hdbdir=${HEIMDAL_HDB_DIR} CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} CONFIGURE_ARGS+= --with-sqlite3=${BUILDLINK_PREFIX.sqlite3} CONFIGURE_ARGS+= --without-x -- cgit v1.2.3