diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 09:11:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-08 09:11:48 +0000 |
commit | 95c5514d5d2be62c5355e44b1d6da9232d1dcac5 (patch) | |
tree | 160bb39409042aed4e70b0202a27184818d423e5 /www | |
parent | 9408da86556da565991c3d22b56462df2bc87b61 (diff) | |
download | ports-95c5514d5d2be62c5355e44b1d6da9232d1dcac5.tar.gz ports-95c5514d5d2be62c5355e44b1d6da9232d1dcac5.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/tinyproxy/pkg-plist | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/tinyproxy/pkg-plist b/www/tinyproxy/pkg-plist index 3a10ec792d07..ad827e9de6bb 100644 --- a/www/tinyproxy/pkg-plist +++ b/www/tinyproxy/pkg-plist @@ -1,10 +1,7 @@ -@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 +@sample etc/tinyproxy.conf.sample man/man5/tinyproxy.conf.5.gz man/man8/tinyproxy.8.gz sbin/tinyproxy %%DATADIR%%/debug.html %%DATADIR%%/default.html %%DATADIR%%/stats.html -@dirrm %%DATADIR%% |