mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
63c899b831
Add transparent proxy support. Don't be so silent when building. Feature safe: yes
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
@unexec if cmp -s %D/etc/tinyproxy.conf.sample %D/etc/tinyproxy.conf; then rm -f %D/etc/tinyproxy.conf; fi
|
|
etc/tinyproxy.conf.sample
|
|
@exec if [ ! -f %D/etc/tinyproxy.conf ] ; then cp -p %D/%F %B/tinyproxy.conf; fi
|
|
sbin/tinyproxy
|
|
%%DATADIR%%/debug.html
|
|
%%DATADIR%%/default.html
|
|
%%DATADIR%%/stats.html
|
|
@dirrm %%DATADIR%%
|