aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.destdir.mk
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-12 07:37:32 +0800
committerpav <pav@FreeBSD.org>2008-03-12 07:37:32 +0800
commit7956cd3d329e40c3dc37de044b15f2bb60840689 (patch)
tree7cf6ac99f285a205a3f281a05a823bb6de118881 /Mk/bsd.destdir.mk
parentd7f766f62a275ed278c8ffd7175ef71a928cb609 (diff)
downloadfreebsd-ports-gnome-7956cd3d329e40c3dc37de044b15f2bb60840689.tar.gz
freebsd-ports-gnome-7956cd3d329e40c3dc37de044b15f2bb60840689.tar.zst
freebsd-ports-gnome-7956cd3d329e40c3dc37de044b15f2bb60840689.zip
- 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
Diffstat (limited to 'Mk/bsd.destdir.mk')
-rw-r--r--Mk/bsd.destdir.mk2
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