1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/mod_auth_mysql/pkg-plist

9 lines
340 B
Plaintext
Raw Normal View History

libexec/apache/libauth_mysql.so
@exec %D/sbin/apxs -e -a -n auth_mysql %f
@unexec %D/sbin/apxs -e -A -n auth_mysql %f
share/doc/%%AUTH_MYSQL_DOCS%%/README
share/doc/%%AUTH_MYSQL_DOCS%%/USAGE
@exec (cd %D/share/doc && ln -sf %%AUTH_MYSQL_DOCS%% mod_auth_mysql)
@unexec rm -rf %D/share/doc/mod_auth_mysql
@dirrm share/doc/%%AUTH_MYSQL_DOCS%%