6d5b320ddd
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists PR: ports/147142 Reviewed by: portmgr (pav) With Hat: apache@
11 lines
504 B
Text
11 lines
504 B
Text
%%PORTDOCS%%%%DOCSDIR%%/configure.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/faq.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/install.html
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%APACHEMODDIR%%/mod_auth_pam.so
|
|
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
|
|
%%APACHEMODDIR%%/mod_auth_sys_group.so
|
|
@exec %D/sbin/apxs -e -a -n auth_sys_group %D/%f
|
|
%%EXAMPLESDIR%%/pam-httpd.sample
|
|
@dirrm %%EXAMPLESDIR%%
|
|
@unexec echo "===> If you do not plan on reinstalling mod_auth_pam, you must manually remove"; echo "===> references to it in httpd.conf."
|