diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-22 06:13:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-22 06:13:28 +0800 |
commit | 2f34e76d91826702856926deba6f7d17b480b97d (patch) | |
tree | 9adda8a4c2a3402f9e4e9b07b288583100ec27fc /net | |
parent | 90549887e817dd1f88fdc3f0de99fc60a2f75511 (diff) | |
download | freebsd-ports-gnome-2f34e76d91826702856926deba6f7d17b480b97d.tar.gz freebsd-ports-gnome-2f34e76d91826702856926deba6f7d17b480b97d.tar.zst freebsd-ports-gnome-2f34e76d91826702856926deba6f7d17b480b97d.zip |
- Respect PREFIX on rc script
- Bump PORTREVISION
PR: 106958
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/uproxy/Makefile | 1 | ||||
-rw-r--r-- | net/uproxy/files/uproxy.in | 2 |
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() |