summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /news/inn
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 6987dd79844..b86e5180021 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2005/12/05 20:50:50 rillig Exp $
+# $NetBSD: Makefile,v 1.75 2005/12/05 23:55:15 rillig Exp $
DISTNAME= inn-2.4.1
PKGREVISION= 8
@@ -24,15 +24,15 @@ GNU_CONFIGURE_PREFIX= ${INN_PREFIX}
CONFIGURE_ARGS+= --enable-setgid-inews \
--enable-uucp-rnews \
--with-perl \
- --with-openssl=${SSLBASE} \
+ --with-openssl=${SSLBASE:Q} \
--with-tmp-dir=${INN_DATA_DIR}/tmp \
--with-db-dir=${INN_DATA_DIR}/db \
--with-etc-dir=${INN_DATA_DIR}/etc \
--with-log-dir=${INN_DATA_DIR}/log \
--with-run-dir=${INN_DATA_DIR}/run \
- --with-spool-dir=${INN_SPOOL} \
- --with-news-user=${INN_USER} \
- --with-news-group=${INN_GROUP}
+ --with-spool-dir=${INN_SPOOL:Q} \
+ --with-news-user=${INN_USER:Q} \
+ --with-news-group=${INN_GROUP:Q}
CONFIGURE_ENV+= _PATH_PERL=${PERL5:Q}
CONFIGURE_ENV+= _PATH_AWK=${TOOLS_AWK:Q}
CONFIGURE_ENV+= _PATH_EGREP=${TOOLS_EGREP:Q}