diff options
author | kris <kris@FreeBSD.org> | 2004-06-09 14:16:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-09 14:16:06 +0800 |
commit | 1bfa34d115bf0e40b5e99a274cf76197d0721887 (patch) | |
tree | 294ea2d47bded9d129d7d4fb0ecbd3edf914185a /www/apache20 | |
parent | 1d8eff61e6aa7ac0660092057e1c55911cc7e143 (diff) | |
download | freebsd-ports-gnome-1bfa34d115bf0e40b5e99a274cf76197d0721887.tar.gz freebsd-ports-gnome-1bfa34d115bf0e40b5e99a274cf76197d0721887.tar.zst freebsd-ports-gnome-1bfa34d115bf0e40b5e99a274cf76197d0721887.zip |
Don't remove www/ now that it is created by the system.
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
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 |