mirror of https://git.FreeBSD.org/ports.git
12 lines
631 B
Plaintext
12 lines
631 B
Plaintext
%%APACHEMODDIR%%/mod_auth_tkt.so
|
|
share/man/man3/mod_auth_tkt.3.gz
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/Apache/AuthTkt.pm
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/AuthTktConfig.pm
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/login.cgi
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/logout.cgi
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/tkt.css
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/02_auth_tkt.conf
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/auth_tkt_cgi.conf
|
|
@postunexec egrep -v 'LoadModule +auth_tkt_module +%%APACHEMODDIR%%/mod_auth_tkt.so' %D/%%APACHEETCDIR%%/httpd.conf > /tmp/httpd.$$; mv /tmp/httpd.$$ %D/%%APACHEETCDIR%%/httpd.conf
|