From 579e97796954edc2469fac176e855589e1dc2997 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- textproc/dict-client/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/dict-client') diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index a58cff6842b..d1a28ca0ef4 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/10/10 17:02:12 hira Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/05 23:55:20 rillig Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-client-1.9.15 @@ -12,8 +12,8 @@ COMMENT= Dictionary Service Protocol client USE_TOOLS+= gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-cflags="${CFLAGS}" -CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --with-cflags=${CFLAGS:M*:Q} +CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --enable-dictorg BUILD_TARGET= dict -- cgit v1.2.3