summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorshattered <shattered>2012-03-11 11:30:06 +0000
committershattered <shattered>2012-03-11 11:30:06 +0000
commit3fec5bbb2f990ac3e142886694a073047a57f0fb (patch)
treedad73df99c0ae9e93dd1758eac477110b67d813b /security/heimdal
parentbc23ad216cad62464894235d4a7e177940a7880e (diff)
downloadpkgsrc-3fec5bbb2f990ac3e142886694a073047a57f0fb.tar.gz
PR/39656 -- Use /var/heimdal as hdbdir, not /var.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile5
1 files changed, 3 insertions, 2 deletions
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