From 1bfa34d115bf0e40b5e99a274cf76197d0721887 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 9 Jun 2004 06:16:06 +0000 Subject: Don't remove www/ now that it is created by the system. --- www/apache20/pkg-plist | 2 -- 1 file changed, 2 deletions(-) (limited to 'www/apache20') diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist index 732c868ecbbb..7e3e22a4e8d9 100644 --- a/www/apache20/pkg-plist +++ b/www/apache20/pkg-plist @@ -1240,7 +1240,6 @@ share/apache2/build/special.mk %%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.xml.de %%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.xml.ko %%PORTDOCS%%%%DOCSDIR%%/vhosts/name-based.xml.meta -@exec mkdir -p %D/www %%CGI%%@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi %%CGI%%@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin %%CGI%%www/cgi-bin-dist/printenv @@ -1538,7 +1537,6 @@ share/apache2/build/special.mk %%ERROR%%@dirrm www/error-dist %%WWWDATA%%@dirrm www/data-dist %%CGI%%@dirrm www/cgi-bin-dist -@unexec rmdir %D/www 2> /dev/null || true %%PORTDOCS%%@dirrm %%DOCSDIR%%/vhosts %%PORTDOCS%%@dirrm %%DOCSDIR%%/style/zip %%PORTDOCS%%@dirrm %%DOCSDIR%%/style/xsl/util -- cgit