From b71a1d488b6b45e0a968a4c149990c25b6a09215 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- security/mit-krb5/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/mit-krb5') diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index c47301bf2be..d9b23769950 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/10/05 13:29:51 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2005/12/05 20:50:56 rillig Exp $ DISTNAME= krb5-1.4.2 PKGNAME= mit-${DISTNAME:S/-signed$//} @@ -27,7 +27,7 @@ USE_LIBTOOL= yes # The actual KDC databases are stored in ${MIT_KRB5_STATEDIR}/krb5kdc. MIT_KRB5_STATEDIR?= ${VARBASE} -FILES_SUBST+= MIT_KRB5_STATEDIR=${MIT_KRB5_STATEDIR} +FILES_SUBST+= MIT_KRB5_STATEDIR=${MIT_KRB5_STATEDIR:Q} CONFIGURE_ARGS+= --localstatedir=${MIT_KRB5_STATEDIR} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} @@ -38,7 +38,7 @@ CONFIGURE_ARGS+= --enable-kdc-replay-cache CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ARGS+= --without-krb4 CONFIGURE_ARGS+= --without-tcl -MAKE_ENV+= ROOT_USER=${ROOT_USER} +MAKE_ENV+= ROOT_USER=${ROOT_USER:Q} PKG_OPTIONS_VAR= PKG_OPTIONS.mit-krb5 PKG_SUPPORTED_OPTIONS= kerberos-prefix-cmds @@ -59,7 +59,7 @@ MIT_KRB5_TRANSFORM= s/^ftp/${KRB5_PREFIX}&/; \ KRB5_PREFIX= # empty MIT_KRB5_TRANSFORM= s/^ftp/k&/ .endif -PLIST_SUBST+= KRB5_PREFIX=${KRB5_PREFIX} +PLIST_SUBST+= KRB5_PREFIX=${KRB5_PREFIX:Q} CONFIGURE_ARGS+= --program-transform-name="${MIT_KRB5_TRANSFORM}" # Fix some places in the MIT krb5 sources that don't point to the correct -- cgit v1.2.3