diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-11 23:37:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-11 23:37:32 +0000 |
commit | 416c09fcd2ae37261a1cf20e59de2714e1d6cc25 (patch) | |
tree | 910a24299519084625d32536694545a36980da81 /Mk | |
parent | - Update to 2008-03-02 snapshot [1] (diff) |
- Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance of
working
PR: ports/117738
Reported by: Erik Cederstrand <erik@cederstrand.dk>
Patch by: pav
- Pass TERM variable to chrooted command, so the OPTIONS screen work
PR: ports/117453
Reported by: Erik Cederstrand <erik@cederstrand.dk>
Patch by: pav
Notes
Notes:
svn path=/head/; revision=208862
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.destdir.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.destdir.mk b/Mk/bsd.destdir.mk index fef7b96dbf6d..975fa2ec0569 100644 --- a/Mk/bsd.destdir.mk +++ b/Mk/bsd.destdir.mk @@ -76,7 +76,7 @@ DEBUG_MSG= ${TRUE} .endif DESTDIR_ENV_LIST?= -DESTDIR_ENV= CHROOTED=yes +DESTDIR_ENV= CHROOTED=yes PATH=${PATH} TERM=${TERM} .for _var in ${DESTDIR_ENV_LIST:NDESTDIR:NCHROOTED:NPORTSDIR} DESTDIR_ENV+= ${_var}="${${_var}}" .endfor |