pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache Forgot to commit this part. MAKE_ENV needs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/68f22e6ac7a2
branches: trunk
changeset: 469780:68f22e6ac7a2
user: snj <snj%pkgsrc.org@localhost>
date: Sat Feb 28 22:18:35 2004 +0000
description:
Forgot to commit this part. MAKE_ENV needs CHGRP="${CHGRP}".
diffstat:
www/apache/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 60d041e6a597 -r 68f22e6ac7a2 www/apache/Makefile
--- a/www/apache/Makefile Sat Feb 28 22:15:30 2004 +0000
+++ b/www/apache/Makefile Sat Feb 28 22:18:35 2004 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index