summaryrefslogtreecommitdiff
path: root/www/apache/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-02-28 22:18:35 +0000
committersnj <snj>2004-02-28 22:18:35 +0000
commitf6af93b928e97f043ab3749137d9d8d3650673ba (patch)
treec5792ad16ae6094ee3ec37f12460f7f1419d124a /www/apache/Makefile
parentf8df5d9275722b1745a3162ed0c6d1fd8aaff101 (diff)
downloadpkgsrc-f6af93b928e97f043ab3749137d9d8d3650673ba.tar.gz
Forgot to commit this part. MAKE_ENV needs CHGRP="${CHGRP}".
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r--www/apache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index df67509f189..2166ae17f89 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2004/02/18 13:33:41 jlam Exp $
+# $NetBSD: Makefile,v 1.139 2004/02/28 22:18:35 snj 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).
@@ -160,7 +160,7 @@ 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+= FIND="${FIND}" CHGRP="${CHGRP}"
post-extract:
@${CP} ${FILESDIR}/ap_include_extern.h ${WRKSRC}/src/include