forked from Lainports/freebsd-ports
Do not hardcode /usr/local and rely on %%PREFIX%%.
While here, also add %%PREFIX%%/sbin to $PATH. Bump PORTREVISION for this change. With hat: puppet
This commit is contained in:
parent
bc7316915f
commit
de77e91b71
6 changed files with 6 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= puppet
|
||||
PORTVERSION= 4.10.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://downloads.puppetlabs.com/puppet/
|
||||
PKGNAMESUFFIX= 4
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ unset puppet_flags
|
|||
pidfile="${puppet_rundir}/agent.pid"
|
||||
start_precmd="install -d -o puppet -g puppet ${pidfile%/*}"
|
||||
|
||||
PATH="${PATH}:/usr/local/bin"
|
||||
PATH="${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin"
|
||||
|
||||
# An UTF-8 locale is required
|
||||
: LC_ALL=${LC_ALL:=C.UTF-8}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= puppet
|
||||
PORTVERSION= 5.5.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://downloads.puppetlabs.com/puppet/
|
||||
PKGNAMESUFFIX= 5
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ unset puppet_flags
|
|||
pidfile="${puppet_rundir}/agent.pid"
|
||||
start_precmd="install -d -o puppet -g puppet ${pidfile%/*}"
|
||||
|
||||
PATH="${PATH}:/usr/local/bin"
|
||||
PATH="${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin"
|
||||
|
||||
# An UTF-8 locale is required
|
||||
: LC_ALL=${LC_ALL:=C.UTF-8}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= puppet
|
||||
PORTVERSION= 6.3.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
PKGNAMESUFFIX= 6
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ unset puppet_flags
|
|||
pidfile="${puppet_rundir}/agent.pid"
|
||||
start_precmd="install -d -o puppet -g puppet ${pidfile%/*}"
|
||||
|
||||
PATH="${PATH}:/usr/local/bin"
|
||||
PATH="${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin"
|
||||
|
||||
# An UTF-8 locale is required
|
||||
: LC_ALL=${LC_ALL:=C.UTF-8}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue