aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-21 22:13:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-21 22:13:28 +0000
commite3e7e7571623a7b1f600239edfcca9db2c1083c4 (patch)
tree2b19f2d7d5dbc36d0eb37930e0fc211271e95299 /net
parent89a47b24b473705794e4cf013a2acff2da4d46a1 (diff)
downloadports-e3e7e7571623a7b1f600239edfcca9db2c1083c4.tar.gz
ports-e3e7e7571623a7b1f600239edfcca9db2c1083c4.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/uproxy/Makefile1
-rw-r--r--net/uproxy/files/uproxy.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/uproxy/Makefile b/net/uproxy/Makefile
index 72c6dd7f6de2..f2500a3e572c 100644
--- a/net/uproxy/Makefile
+++ b/net/uproxy/Makefile
@@ -7,6 +7,7 @@
PORTNAME= uproxy
PORTVERSION= 0.91
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/8155/uproxy/
DISTNAME= ${PORTNAME}
diff --git a/net/uproxy/files/uproxy.in b/net/uproxy/files/uproxy.in
index d21c7f2379f4..afa779b5f95d 100644
--- a/net/uproxy/files/uproxy.in
+++ b/net/uproxy/files/uproxy.in
@@ -23,7 +23,7 @@ load_rc_config $name
: ${uproxy_enable="NO"}
-command="/usr/local/sbin/${name}"
+command="%%PREFIX%%/sbin/${name}"
start_cmd="uproxy_startcmd"
uproxy_startcmd()