6d5b320ddd
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists PR: ports/147142 Reviewed by: portmgr (pav) With Hat: apache@
9 lines
467 B
Text
9 lines
467 B
Text
%%APACHEMODDIR%%/mod_auth_cookie_mysql.so
|
|
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
|
|
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/authform.tmpl
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/putcookie.cgi
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
|
@unexec echo "===> If you do not plan on reinstalling mod_auth_cookie_mysql, you must manually remove"; echo "===> references to it in httpd.conf."
|