diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-03 04:04:48 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-08-03 04:04:48 +0000 |
commit | 13d131206d45a842809186df6b17e34554e715d1 (patch) | |
tree | e3291fb6f80a8d6f1d661efe701feea4d5ef0930 /www/mod_layout/pkg-plist | |
parent | o Update to 0.3.1 (diff) |
o Update to 3.0
o Support NOPORTDOCS and deploy DOCSDIR
o Update COMMENT, DESCR, PKGMESSAGE and WWW tag
o Clean up installation (enable httpd.conf stuff by default)
o Install better documentation
PR: 29254
Submitted by: maintainer
Diffstat (limited to 'www/mod_layout/pkg-plist')
-rw-r--r-- | www/mod_layout/pkg-plist | 38 |
1 files changed, 36 insertions, 2 deletions
diff --git a/www/mod_layout/pkg-plist b/www/mod_layout/pkg-plist index 6159e083d955..cb4205c426e0 100644 --- a/www/mod_layout/pkg-plist +++ b/www/mod_layout/pkg-plist @@ -1,5 +1,39 @@ libexec/apache/mod_layout.so +@exec %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%%share/doc/mod_layout/faq.html -@exec %D/sbin/apxs -e -A -n layout mod_layout.so +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutCache.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutCacheNeeded.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutComment.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutDefaultHandlers.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutDisplayOriginal.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutFooter.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutFooterFile.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutFooterOff.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutFooterTXT.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHTTPHeader.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHTTPHeaderOff.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHTTPOverrideHandler.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHTTPOverrideURI.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHandler.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHandlerGlob.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHeader.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHeaderFile.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHeaderOff.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutHeaderTXT.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreFooterURI.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreHeaderURI.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreTag.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreTagFooter.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreTagHeader.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutIgnoreURI.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutMerge.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutMergeBeginTag.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutMergeEndTag.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutMergeErrorIgnore.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutPostAsync.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutProxy.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutReplaceTags.html +%%PORTDOCS%%share/doc/mod_layout/directives/LayoutTimeFormat.html +%%PORTDOCS%%@dirrm share/doc/mod_layout/directives %%PORTDOCS%%@dirrm share/doc/mod_layout -@unexec %D/sbin/apxs -e -A -n layout mod_layout.so || echo " disable mod_layout in Apache's config manually" |