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 /news/inn | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.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/Makefile | 10 |
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} |