From b6cb04debf42bb0f59c368b9f2efc0e9585c2467 Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 27 Jan 2003 11:10:27 +0000 Subject: Use XARGS="${XARGS}" rather than XARGS=${XARGS} when adding to MAKE_ENV. Avoids breakage on Linux which has XARGS as "usr/bin/xargs -r" --- www/apache/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/apache/Makefile b/www/apache/Makefile index 0483168f514..24b0dc28069 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2003/01/20 22:58:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.119 2003/01/27 11:10:27 abs Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -154,8 +154,8 @@ OWN_DIRS_PERMS+= /var/httpd/proxy ${APACHE_USER} ${APACHE_GROUP} 0755 PKG_GROUPS= ${APACHE_GROUP} PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}::Apache\\ user -MAKE_ENV+= CHMOD=${CHMOD} CHOWN=${CHOWN} XARGS=${XARGS} -MAKE_ENV+= FIND=${FIND} +MAKE_ENV+= CHMOD="${CHMOD}" CHOWN="${CHOWN}" XARGS="${XARGS}" +MAKE_ENV+= FIND="${FIND}" post-extract: ${CP} ${FILESDIR}/ap_include_extern.h ${WRKSRC}/src/include -- cgit v1.2.3