aboutsummaryrefslogtreecommitdiffstats
path: root/www/tinyproxy/pkg-plist
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2010-06-22 08:51:38 +0800
committerwxs <wxs@FreeBSD.org>2010-06-22 08:51:38 +0800
commitf6eba2244366b0e00f61892d0d9b95b94c6bdca3 (patch)
tree0a13bc80873eaa18fa326dee67f49fc3836e594f /www/tinyproxy/pkg-plist
parentc1b8b162f622ef7a6441d5dbbcc4a849e5de3733 (diff)
downloadfreebsd-ports-gnome-f6eba2244366b0e00f61892d0d9b95b94c6bdca3.tar.gz
freebsd-ports-gnome-f6eba2244366b0e00f61892d0d9b95b94c6bdca3.tar.zst
freebsd-ports-gnome-f6eba2244366b0e00f61892d0d9b95b94c6bdca3.zip
Update to 1.8.2.
Add transparent proxy support. Don't be so silent when building. Feature safe: yes
Diffstat (limited to 'www/tinyproxy/pkg-plist')
-rw-r--r--www/tinyproxy/pkg-plist8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/tinyproxy/pkg-plist b/www/tinyproxy/pkg-plist
index 0d60bcea9692..5b619888edc2 100644
--- a/www/tinyproxy/pkg-plist
+++ b/www/tinyproxy/pkg-plist
@@ -1,12 +1,8 @@
-@unexec if cmp -s %D/etc/tinyproxy.conf-dist %D/etc/tinyproxy.conf; then rm -f %D/etc/tinyproxy.conf; fi
-etc/tinyproxy.conf-dist
+@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%%/HTML_VARIABLES
%%DATADIR%%/debug.html
-%%DATADIR%%/debug.html.dist
%%DATADIR%%/default.html
-%%DATADIR%%/default.html.dist
%%DATADIR%%/stats.html
-%%DATADIR%%/stats.html.dist
@dirrm %%DATADIR%%