diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-05 23:55:01 +0000 |
commit | 579e97796954edc2469fac176e855589e1dc2997 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /textproc/dict-server | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'textproc/dict-server')
-rw-r--r-- | textproc/dict-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile index 723b6049c1e..85b474e7130 100644 --- a/textproc/dict-server/Makefile +++ b/textproc/dict-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:34 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/12/05 23:55:20 rillig Exp $ DISTNAME= dictd-1.9.15 PKGNAME= dict-server-1.9.15 @@ -13,8 +13,8 @@ COMMENT= Dictionary Service Protocol server USE_TOOLS+= gmake USE_PKGINSTALL= yes 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} BUILD_TARGET= dictd dictzip INSTALL_TARGET= install.dictd install.dictzip install.dictfmt |