1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/www/tinyproxy/pkg-plist
Wesley Shields 63c899b831 Update to 1.8.2.
Add transparent proxy support.
Don't be so silent when building.

Feature safe:	yes
2010-06-22 00:51:38 +00:00

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%%