summaryrefslogtreecommitdiff
path: root/news
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
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'news')
-rw-r--r--news/inn/Makefile10
-rw-r--r--news/leafnode/Makefile10
2 files changed, 10 insertions, 10 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}
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile
index 8b41853dde6..45ab152c170 100644
--- a/news/leafnode/Makefile
+++ b/news/leafnode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2005/12/05 20:50:50 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2005/12/05 23:55:15 rillig Exp $
DISTNAME= leafnode-1.11.3.rel
PKGNAME= ${DISTNAME:S/.rel//}
@@ -37,11 +37,11 @@ FILES_SUBST+= LEAFNODE_HOME=${LEAFNODE_HOME:Q}
MESSAGE_SUBST+= LEAFNODE_CONFDIR=${LEAFNODE_CONFDIR}
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-spooldir=${LEAFNODE_SPOOL}
+CONFIGURE_ARGS+= --with-spooldir=${LEAFNODE_SPOOL:Q}
CONFIGURE_ARGS+= --with-lockfile=${LEAFNODE_LOCKDIR}/fetchnews.lck
-CONFIGURE_ARGS+= --sysconfdir=${LEAFNODE_CONFDIR}
-CONFIGURE_ARGS+= --with-user=${LEAFNODE_USER}
-CONFIGURE_ARGS+= --with-group=${LEAFNODE_GROUP}
+CONFIGURE_ARGS+= --sysconfdir=${LEAFNODE_CONFDIR:Q}
+CONFIGURE_ARGS+= --with-user=${LEAFNODE_USER:Q}
+CONFIGURE_ARGS+= --with-group=${LEAFNODE_GROUP:Q}
USE_TOOLS+= gmake
.include "../../mk/bsd.prefs.mk"