freebsd-ports/www/mod_auth_cookie_mysql/pkg-plist
Philip M. Gollucci 85453432fa - Use APACHEMODDIR and APACHEETCDIR consistently in pkg-plists
- DO NOT bump PORTREVISION
2009-05-17 09:28:51 +00:00

9 lines
479 B
Text

%%APACHEMODDIR%%/mod_auth_cookie_mysql.so
@exec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f
@unexec %D/sbin/apxs -e -A -n auth_cookie_mysql %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."