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 | 51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /devel/rt3/Makefile | |
parent | f3129e07256e493f4c4fbcb6d3b8a8b56805108b (diff) | |
download | pkgsrc-51cc30a69f6ed85b6e1c747e7d0e7c630f9cc50a.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'devel/rt3/Makefile')
-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} |