diff options
author | itojun <itojun> | 2002-06-20 22:20:09 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-06-20 22:20:09 +0000 |
commit | cb6525d8132a339b6f7ae2d1287d4da9781452b8 (patch) | |
tree | 54bf68e7c659d370c9e696332404031417a8f8db /www | |
parent | d5dbb6378362420de7aef97ddddd4ebd4b8294d5 (diff) | |
download | pkgsrc-cb6525d8132a339b6f7ae2d1287d4da9781452b8.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" |