mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Use @sample
- Cleanup PLIST
This commit is contained in:
parent
9408da8655
commit
95c5514d5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374250
1 changed files with 1 additions and 4 deletions
|
@ -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
|
@sample etc/tinyproxy.conf.sample
|
||||||
etc/tinyproxy.conf.sample
|
|
||||||
@exec if [ ! -f %D/etc/tinyproxy.conf ] ; then cp -p %D/%F %B/tinyproxy.conf; fi
|
|
||||||
man/man5/tinyproxy.conf.5.gz
|
man/man5/tinyproxy.conf.5.gz
|
||||||
man/man8/tinyproxy.8.gz
|
man/man8/tinyproxy.8.gz
|
||||||
sbin/tinyproxy
|
sbin/tinyproxy
|
||||||
%%DATADIR%%/debug.html
|
%%DATADIR%%/debug.html
|
||||||
%%DATADIR%%/default.html
|
%%DATADIR%%/default.html
|
||||||
%%DATADIR%%/stats.html
|
%%DATADIR%%/stats.html
|
||||||
@dirrm %%DATADIR%%
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue