Forgot to commit this part. MAKE_ENV needs CHGRP="${CHGRP}".
This commit is contained in:
parent
2fa06a3ed2
commit
645d153159
1 changed files with 2 additions and 2 deletions
|
@ -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
|
# 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).
|
# 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
|
PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}::Apache\\ user
|
||||||
|
|
||||||
MAKE_ENV+= CHMOD="${CHMOD}" CHOWN="${CHOWN}" XARGS="${XARGS}"
|
MAKE_ENV+= CHMOD="${CHMOD}" CHOWN="${CHOWN}" XARGS="${XARGS}"
|
||||||
MAKE_ENV+= FIND="${FIND}"
|
MAKE_ENV+= FIND="${FIND}" CHGRP="${CHGRP}"
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${CP} ${FILESDIR}/ap_include_extern.h ${WRKSRC}/src/include
|
@${CP} ${FILESDIR}/ap_include_extern.h ${WRKSRC}/src/include
|
||||||
|
|
Loading…
Reference in a new issue