summaryrefslogtreecommitdiff
path: root/textproc/dict-server
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit7bea46e87d51bbe44f7a5b37970a31b1efd118a0 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /textproc/dict-server
parent5a69276df89a294f862a5e2d84034200f2c262a4 (diff)
downloadpkgsrc-7bea46e87d51bbe44f7a5b37970a31b1efd118a0.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/Makefile6
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