mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6d5b320ddd
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists PR: ports/147142 Reviewed by: portmgr (pav) With Hat: apache@
43 lines
2.3 KiB
Plaintext
43 lines
2.3 KiB
Plaintext
@comment $FreeBSD$
|
|
%%APACHEMODDIR%%/mod_layout.so
|
|
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
|
|
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %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%%
|