diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-08-30 08:24:47 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-08-30 08:24:47 +0000 |
commit | 673bf545357954e7afa5ea22faedb6f7cf7caf15 (patch) | |
tree | 7e78c34bf4ccf3eab96250c95a0b8a58cde1c9dd /www/apache21 | |
parent | Establish the communicator beta port (diff) |
add missing mkdir/dirrm
Notes
Notes:
svn path=/head/; revision=12918
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist index 30bbb84e9510..dc231e592eb3 100644 --- a/www/apache21/pkg-plist +++ b/www/apache21/pkg-plist @@ -58,6 +58,7 @@ sbin/httpd sbin/logresolve sbin/rotatelogs share/doc/apache/apache_pb.gif +@exec mkdir -p %D/www @exec ln -fs %B %D/www/data.default @unexec rm -f %D/www/data.default share/doc/apache/index.html @@ -261,3 +262,5 @@ www/icons/uuencoded.gif www/icons/world1.gif www/icons/world2.gif @exec mkdir -p %D/www/proxy +@dirrm %D/www/proxy +@dirrm %D/www |