summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-03-11 11:30:06 +0000
committershattered <shattered@pkgsrc.org>2012-03-11 11:30:06 +0000
commit3efad7a2c2701d78060a7444e422acf1d23fff62 (patch)
treedad73df99c0ae9e93dd1758eac477110b67d813b /security
parent93be746ff0b113e323b1a9348286da2c268e2665 (diff)
downloadpkgsrc-3efad7a2c2701d78060a7444e422acf1d23fff62.tar.gz
PR/39656 -- Use /var/heimdal as hdbdir, not /var.
Diffstat (limited to 'security')
-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