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 /devel/rt3 | |
parent | a86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff) | |
download | pkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'devel/rt3')
-rw-r--r-- | devel/rt3/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile index fe8ad801e12..6eaae3612ce 100644 --- a/devel/rt3/Makefile +++ b/devel/rt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/09/21 21:23:46 cube Exp $ +# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:06 rillig Exp $ DISTNAME= rt-3.2.3 PKGREVISION= 2 @@ -85,10 +85,10 @@ PKG_SYSCONFSUBDIR= rt3 PKG_GROUPS= ${RT_GROUP} CONFIGURE_ARGS+= --enable-layout=pkgsrc -CONFIGURE_ARGS+= --with-rt-group=${RT_GROUP} -CONFIGURE_ARGS+= --with-db-type=${_RT_DB_TYPE} -CONFIGURE_ARGS+= --with-web-user=${APACHE_USER} -CONFIGURE_ARGS+= --with-web-group=${APACHE_GROUP} +CONFIGURE_ARGS+= --with-rt-group=${RT_GROUP:Q} +CONFIGURE_ARGS+= --with-db-type=${_RT_DB_TYPE:Q} +CONFIGURE_ARGS+= --with-web-user=${APACHE_USER:Q} +CONFIGURE_ARGS+= --with-web-group=${APACHE_GROUP:Q} MESSAGE_SUBST+= HOMEPAGE=${HOMEPAGE} MESSAGE_SUBST+= RT_GROUP=${RT_GROUP} |