Skip to content

Commit

Permalink
tinyproxy: Fix startupitem.executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 9, 2017
1 parent ec6cbdc commit 977d87a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/tinyproxy/Portfile
Expand Up @@ -4,6 +4,7 @@ PortSystem 1.0
PortGroup github 1.0

github.setup tinyproxy tinyproxy 1.8.4
revision 1
categories net www
platforms darwin
maintainers nomaintainer
Expand Down Expand Up @@ -53,7 +54,7 @@ post-destroot {

startupitem.create yes
startupitem.netchange yes
startupitem.executable ${prefix}/sbin/tinyproxy -c ${prefix}/tinyproxy.conf -d
startupitem.executable ${prefix}/sbin/tinyproxy -c ${prefix}/etc/tinyproxy.conf -d

variant reverse description {Enable reverse proxying} {
configure.args-append --enable-reverse
Expand Down

0 comments on commit 977d87a

Please sign in to comment.