aboutsummaryrefslogtreecommitdiff
path: root/www/mod_layout22
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-08-17 13:27:50 +0000
committerClement Laforet <clement@FreeBSD.org>2004-08-17 13:27:50 +0000
commit7ce8e2b00e88ba039156325a730ac63736cdfba6 (patch)
tree697bc48fde1ae4c05bcfafc028e12cf72e508a8b /www/mod_layout22
parent421895421594bbbca2a5e953507ecbd199973f54 (diff)
downloadports-7ce8e2b00e88ba039156325a730ac63736cdfba6.tar.gz
ports-7ce8e2b00e88ba039156325a730ac63736cdfba6.zip
- Respect "apache modules convention".
When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default)
Notes
Notes: svn path=/head/; revision=116518
Diffstat (limited to 'www/mod_layout22')
-rw-r--r--www/mod_layout22/pkg-plist3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_layout22/pkg-plist b/www/mod_layout22/pkg-plist
index ede244d95c11..efd625515636 100644
--- a/www/mod_layout22/pkg-plist
+++ b/www/mod_layout22/pkg-plist
@@ -1,5 +1,6 @@
libexec/apache2/mod_layout.so
-@exec %D/sbin/apxs -e -a -n layout %D/%f
+@exec %D/sbin/apxs -e -A -n layout %D/%f
+@unexec %D/sbin/apxs -e -A -n layout %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf."
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%