diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 12:45:30 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 12:45:30 +0000 |
commit | d134e723440ecb6a8590418df256eb17f9e10f31 (patch) | |
tree | 9c2d64b5ab15e34a0cfa28fc11381a065e5487b4 /www/mod_layout/pkg-plist | |
parent | Add FreeSCI 0.3.0, a portable interpreter for SCI games. (diff) |
Add mod_layout 2.8.2, an Apache module that creates a "single look and
feel" throughout a website.
PR: 23617
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'www/mod_layout/pkg-plist')
-rw-r--r-- | www/mod_layout/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_layout/pkg-plist b/www/mod_layout/pkg-plist new file mode 100644 index 000000000000..6875218c8670 --- /dev/null +++ b/www/mod_layout/pkg-plist @@ -0,0 +1,5 @@ +libexec/apache/mod_layout.so +%%DOC%%share/doc/mod_layout/faq.html +%%DOC%%@dirrm share/doc/mod_layout +@exec ${PKG_PREFIX}/sbin/apxs -e -A -n layout mod_layout.so; echo " enable the mod_layout in Apache's config manually" +@unexec ${PKG_PREFIX}/sbin/apxs -e -A -n layout mod_layout.so || echo " remove the mod_layout from Apache's config manually" |