ports-mgmt/caronade: Set PATH in rc.d script explicitly to have a proper environment for building

This commit is contained in:
Bernhard Froehlich 2019-06-12 19:22:35 +00:00
parent 73b71f8c3b
commit 841fe891f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504034
2 changed files with 3 additions and 0 deletions

View File

@ -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/

View File

@ -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"