aboutsummaryrefslogtreecommitdiff
path: root/www/apache22/pkg-plist
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-12-18 11:09:00 +0000
committerClement Laforet <clement@FreeBSD.org>2004-12-18 11:09:00 +0000
commitf923f178ecf70e5cf192fbc3cd5e9d096637f1a4 (patch)
treecbea73594e1c8d28efe4c45c30d3763ba78c6b5d /www/apache22/pkg-plist
parentbaf19feaff297433cb78cbf8381ac6ccfc400a73 (diff)
downloadports-f923f178ecf70e5cf192fbc3cd5e9d096637f1a4.tar.gz
ports-f923f178ecf70e5cf192fbc3cd5e9d096637f1a4.zip
Notes
Diffstat (limited to 'www/apache22/pkg-plist')
-rw-r--r--www/apache22/pkg-plist3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist
index 204d13517dca..ffafdefde70a 100644
--- a/www/apache22/pkg-plist
+++ b/www/apache22/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."