freebsd-ports/www/mod_auth_pam2/pkg-plist
Philip M. Gollucci 6d5b320ddd - 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists

PR:             ports/147142
Reviewed by:    portmgr (pav)
With Hat:       apache@
2010-05-27 21:27:03 +00:00

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."