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
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493642
@ -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…
Reference in New Issue
Block a user