diff options
author | itojun <itojun@pkgsrc.org> | 2002-06-20 22:20:09 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-06-20 22:20:09 +0000 |
commit | c80e8efe12d9fa67b78f367c9d197e9061380e6d (patch) | |
tree | 54bf68e7c659d370c9e696332404031417a8f8db /www | |
parent | f28a0a731b72309c8ff27be7b00234137436dac9 (diff) | |
download | pkgsrc-c80e8efe12d9fa67b78f367c9d197e9061380e6d.tar.gz |
don't chown share/httpd blindly. sync w/ www/apache
Diffstat (limited to 'www')
-rw-r--r-- | www/apache6/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 273da18729f..517a8d899f7 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2002/06/20 09:45:27 itojun Exp $ +# $NetBSD: Makefile,v 1.52 2002/06/20 22:20:09 itojun Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -142,7 +142,6 @@ post-install: done ${INSTALL_DATA} ${DISTDIR}/sitedrivenby.gif ${PREFIX}/share/httpd/htdocs ${INSTALL_SCRIPT} ${WRKDIR}/apache.sh ${PREFIX}/etc/rc.d/apache - ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/httpd .include "../../textproc/expat/buildlink.mk" .include "../../mk/bsd.pkg.install.mk" |