blob: 88f07382edca02403a76a7cf0721796461240746 (
plain)
1
2
3
4
5
6
7
8
9
10
|
@comment $FreeBSD$
@unexec if cmp -s %D/etc/tfconfig.php %D/etc/tfconfig.php.default; then rm -f %D/etc/tfconfig.php; fi
etc/tfconfig.php.default
@exec [ -f %B/tfconfig.php ] || cp %B/%f %B/tfconfig.php
etc/rc.d/torrentflux.sh
libexec/btphptornado.py
%%DATADIR%%/torrentflux.sqlite
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
%%PORTDOCS%%%%DOCSDIR%%/install.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|