7ce8e2b00e
When you install an apache module via ports or packages, ideally module must not alter configuration (not enabled by default)
42 lines
2.3 KiB
Text
42 lines
2.3 KiB
Text
@comment $FreeBSD$
|
|
libexec/apache/mod_layout.so
|
|
@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%%/faq.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/Layout.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutCache.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutCacheNeeded.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutComment.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutDefaultHandlers.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutDisplayOriginal.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooter.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterFile.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterOff.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutFooterTXT.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPHeader.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPHeaderOff.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPOverrideHandler.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHTTPOverrideURI.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHandler.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHandlerGlob.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeader.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderFile.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderOff.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutHeaderTXT.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreFooterURI.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreHeaderURI.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTag.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTagFooter.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreTagHeader.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutIgnoreURI.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMerge.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeBeginTag.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeEndTag.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutMergeErrorIgnore.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutPostAsync.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutProxy.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutReplaceTags.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/directives/LayoutTimeFormat.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/directives
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|