summaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /security/heimdal
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index b86596d6258..b787c22dd71 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2005/12/05 20:50:56 rillig Exp $
+# $NetBSD: Makefile,v 1.48 2005/12/05 23:55:17 rillig Exp $
DISTNAME= heimdal-0.7.1
PKGREVISION= 1
@@ -21,8 +21,8 @@ MAKE_ENV+= INSTALL_CATPAGES=no
HEIMDAL_STATEDIR?= ${VARBASE}/heimdal
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --localstatedir=${HEIMDAL_STATEDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+= --localstatedir=${HEIMDAL_STATEDIR:Q}
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/krb5
CONFIGURE_ARGS+= --without-x
CONFIGURE_ARGS+= --without-krb4
@@ -45,7 +45,7 @@ CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline
BROKEN_READLINE_DETECTION= yes
.include "../../devel/readline/buildlink3.mk"
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
+CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
.include "../../security/openssl/buildlink3.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.heimdal
@@ -84,7 +84,7 @@ KRB5_PREFIX= # empty
HEIMDAL_TRANSFORM= s/^ftp/k&/
.endif
PLIST_SUBST+= KRB5_PREFIX=${KRB5_PREFIX:Q}
-CONFIGURE_ARGS+= --program-transform-name="${HEIMDAL_TRANSFORM}"
+CONFIGURE_ARGS+= --program-transform-name=${HEIMDAL_TRANSFORM:Q}
USE_PKGINSTALL= yes
OWN_DIRS_PERMS= ${HEIMDAL_STATEDIR} ${ROOT_USER} ${ROOT_GROUP} 0700