freebsd-ports/www/mod_auth_pgsql/pkg-plist
Mikhail Teterin 8adc273a37 Replace my ancient manual NOPORTDOCS handling with the standard procedure.
Add WWW to the pkg-descr (http://www.giuseppetanzilli.it/mod_auth_pgsql/).
Create the pkg-message with the warning regarding upgrading -- some module
specific commands were change (like Auth_PGdatabase -> Auth_PG_database).

No PORTREVISION bump -- no binaries changed. No chance, the package was
already rebuilt :)
2001-10-02 12:00:34 +00:00

8 lines
405 B
Text

libexec/apache/mod_auth_pgsql.so
@exec %D/sbin/apxs -e -a -n auth_pgsql %f
@unexec %D/sbin/apxs -e -A -n auth_pgsql %f
%%PORTDOCS%%share/doc/%%AUTH_PGSQL_DOCS%%/README
%%PORTDOCS%%share/doc/%%AUTH_PGSQL_DOCS%%/index.html
%%PORTDOCS%%@exec (cd %D/share/doc && ln -sf %%AUTH_PGSQL_DOCS%% mod_auth_pgsql)
%%PORTDOCS%%@unexec rm -f %D/share/doc/mod_auth_pgsql
%%PORTDOCS%%@dirrm share/doc/%%AUTH_PGSQL_DOCS%%