ports-mgmt/caronade: Set PATH in rc.d script explicitly to have a proper environment for building
This commit is contained in:
parent
73b71f8c3b
commit
841fe891f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504034
@ -3,6 +3,7 @@
|
||||
PORTNAME= caronade
|
||||
DISTVERSIONPREFIX=v
|
||||
DISTVERSION= 0.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= https://code.bluelife.at/decke/caronade/archive/ \
|
||||
LOCAL/decke/caronade/
|
||||
|
@ -17,4 +17,6 @@ load_rc_config $name
|
||||
: ${caronade_enable:="NO"}
|
||||
: ${caronade_chdir:="%%PREFIX%%/caronade"}
|
||||
|
||||
PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin"
|
||||
|
||||
run_rc_command "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user