summaryrefslogtreecommitdiff
path: root/news/inn
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /news/inn
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'news/inn')
-rw-r--r--news/inn/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 9ee5b1b8b92..6987dd79844 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2005/11/22 16:14:49 tron Exp $
+# $NetBSD: Makefile,v 1.74 2005/12/05 20:50:50 rillig Exp $
DISTNAME= inn-2.4.1
PKGREVISION= 8
@@ -16,7 +16,7 @@ CONFLICTS+= libradius-[0-9]* nntpclnt-[0-9]*
.include "Makefile.common"
BUILD_DEFS+= USE_INET6
BUILD_DEFS+= INN_DATA_DIR INN_USER INN_GROUP
-FILES_SUBST+= INN_DATA_DIR=${INN_DATA_DIR}
+FILES_SUBST+= INN_DATA_DIR=${INN_DATA_DIR:Q}
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
@@ -33,12 +33,12 @@ CONFIGURE_ARGS+= --enable-setgid-inews \
--with-spool-dir=${INN_SPOOL} \
--with-news-user=${INN_USER} \
--with-news-group=${INN_GROUP}
-CONFIGURE_ENV+= _PATH_PERL=${PERL5}
-CONFIGURE_ENV+= _PATH_AWK="${TOOLS_AWK}"
-CONFIGURE_ENV+= _PATH_EGREP="${TOOLS_EGREP}"
-CONFIGURE_ENV+= _PATH_SED="${TOOLS_SED}"
-CONFIGURE_ENV+= _PATH_SH="${TOOLS_SH}"
-CONFIGURE_ENV+= _PATH_SORT="${TOOLS_SORT}"
+CONFIGURE_ENV+= _PATH_PERL=${PERL5:Q}
+CONFIGURE_ENV+= _PATH_AWK=${TOOLS_AWK:Q}
+CONFIGURE_ENV+= _PATH_EGREP=${TOOLS_EGREP:Q}
+CONFIGURE_ENV+= _PATH_SED=${TOOLS_SED:Q}
+CONFIGURE_ENV+= _PATH_SH=${TOOLS_SH:Q}
+CONFIGURE_ENV+= _PATH_SORT=${TOOLS_SORT:Q}
CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
USE_TOOLS+= awk egrep gzip perl:run sed sh sort yacc