diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index b6f3e761e39e..06e08d10e0cd 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= tinyproxy PORTVERSION= 1.11.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/ diff --git a/www/tinyproxy/files/tinyproxy.in b/www/tinyproxy/files/tinyproxy.in index 5c1fb3a2f11b..abf827765145 100644 --- a/www/tinyproxy/files/tinyproxy.in +++ b/www/tinyproxy/files/tinyproxy.in @@ -13,6 +13,8 @@ name="tinyproxy" rcvar=tinyproxy_enable +stop_postcmd="rm -f \${pidfile}" + load_rc_config $name # Make sure the pidfile matches what's in the config file.