diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-30 00:13:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-30 00:13:39 +0000 |
commit | 8426fb5ae16ffee5bf7737e1cfaac795f09a9489 (patch) | |
tree | c8fae5f0362815be44c9fe3f59a8bd8ca4a6a732 /www/apache21/pkg-plist | |
parent | f7557f95218c9ef61a7f8b56df652d774db1dd3f (diff) | |
download | ports-8426fb5ae16ffee5bf7737e1cfaac795f09a9489.tar.gz ports-8426fb5ae16ffee5bf7737e1cfaac795f09a9489.zip |
Notes
Diffstat (limited to 'www/apache21/pkg-plist')
-rw-r--r-- | www/apache21/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist index f36389cee890..437379a11fe5 100644 --- a/www/apache21/pkg-plist +++ b/www/apache21/pkg-plist @@ -6,9 +6,9 @@ @unexec if cmp -s %D/etc/apache21/magic %D/%%EXAMPLESDIR%%/magic; then rm -f %D/etc/apache21/magic; fi %%EXAMPLESDIR%%/magic @exec [ -f %D/etc/apache21/magic ] || cp %D/%%EXAMPLESDIR%%/magic %D/etc/apache21/magic -@unexec if cmp -s %D/etc/apache21/mime.types %D/%%EXAMPLESDIR%%/mime.types-; then rm -f %D/etc/apache21/mime.types; fi +@unexec if cmp -s %D/etc/apache21/mime.types %D/%%EXAMPLESDIR%%/mime.types; then rm -f %D/etc/apache21/mime.types; fi %%EXAMPLESDIR%%/mime.types -@exec [ -f %D/etc/apache21/mime.types ] || cp %D/%%EXAMPLESDIR%%/mime.types- %D/etc/apache21/mime.types +@exec [ -f %D/etc/apache21/mime.types ] || cp %D/%%EXAMPLESDIR%%/mime.types %D/etc/apache21/mime.types @unexec if cmp -s %D/etc/apache21/extra/httpd-autoindex.conf %D/%%EXAMPLESDIR%%/extra/httpd-autoindex.conf; then rm -f %D/etc/apache21/extra/httpd-autoindex.conf; fi %%EXAMPLESDIR%%/extra/httpd-autoindex.conf @exec [ -f %D/etc/apache21/extra/httpd-autoindex.conf ] || cp %D/%%EXAMPLESDIR%%/extra/httpd-autoindex.conf %D/etc/apache21/extra/httpd-autoindex.conf @@ -135,6 +135,7 @@ include/apache21/mod_auth.h include/apache21/mod_cgi.h include/apache21/mod_core.h include/apache21/mod_dav.h +include/apache21/mod_dbd.h include/apache21/mod_include.h include/apache21/mod_log_config.h include/apache21/mod_proxy.h |