aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache22/pkg-plist
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-02-06 02:26:21 +0800
committerclement <clement@FreeBSD.org>2005-02-06 02:26:21 +0800
commit3b0c24c2777f4e0b1e94011d0af4dafdfc6b0040 (patch)
tree9757a40aa6099abf0f771de9bab95dc62ab67e40 /www/apache22/pkg-plist
parent8bf3c9cdff35fb1fec00e7619cc61075f2329382 (diff)
downloadfreebsd-ports-gnome-3b0c24c2777f4e0b1e94011d0af4dafdfc6b0040.tar.gz
freebsd-ports-gnome-3b0c24c2777f4e0b1e94011d0af4dafdfc6b0040.tar.zst
freebsd-ports-gnome-3b0c24c2777f4e0b1e94011d0af4dafdfc6b0040.zip
- Fix envvar.d stuff
Diffstat (limited to 'www/apache22/pkg-plist')
-rw-r--r--www/apache22/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist
index ffafdefde70a..5c5717cad799 100644
--- a/www/apache22/pkg-plist
+++ b/www/apache22/pkg-plist
@@ -504,8 +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
+@exec mkdir -p %D/etc/apache21/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/envvars.d 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."