aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache21/pkg-plist
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-12-18 19:09:00 +0800
committerclement <clement@FreeBSD.org>2004-12-18 19:09:00 +0800
commit0a27d2783a0535d061717fe6be98ea932742bf69 (patch)
tree4cdd68e1d1027f79e43152930b0a87d65276c4cb /www/apache21/pkg-plist
parent6bb81117410eef7be68befccfa7a58fa1618b2d0 (diff)
downloadfreebsd-ports-gnome-0a27d2783a0535d061717fe6be98ea932742bf69.tar.gz
freebsd-ports-gnome-0a27d2783a0535d061717fe6be98ea932742bf69.tar.zst
freebsd-ports-gnome-0a27d2783a0535d061717fe6be98ea932742bf69.zip
- Sync with www/apache2:
- mod_ssl fix - make envvars modular - Try to make pointyhat happy [1] Obtained from: devel/apr [1]
Diffstat (limited to 'www/apache21/pkg-plist')
-rw-r--r--www/apache21/pkg-plist3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist
index 204d13517dca..ffafdefde70a 100644
--- a/www/apache21/pkg-plist
+++ b/www/apache21/pkg-plist
@@ -208,7 +208,6 @@ sbin/apxs
sbin/checkgid
sbin/dbmmanage
sbin/envvars
-sbin/envvars-std
sbin/htcacheclean
sbin/htdbm
sbin/htdigest
@@ -505,6 +504,8 @@ share/apache21/build/special.mk
@unexec rmdir %D/libexec/apache21 2> /dev/null || true
@dirrm include/apache21
@exec mkdir -p %D/etc/apache21/Includes 2> /dev/null || true
+@exec mkdir -p %D/etc/apache2/envvars.d 2> /dev/null || true
@unexec rmdir %D/etc/apache21/Includes 2> /dev/null || true
+@unexec rmdir %D/etc/apache2/envvars.d 2> /dev/null || true
@unexec rm -f %D/etc/apache21/httpd.conf.bak 2> /dev/null || true
@unexec rmdir %D/etc/apache21 2> /dev/null || echo "===> If you plan to do not reinstall apache21, you can safely remove %D/etc/apache21."