Unset the __MAKE_CONF variable after setting up buildenv, because we

want to use the default value in the build chroot.

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-06 23:10:53 +00:00
parent db37071d1d
commit 7e26c3751b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125739

View File

@ -142,6 +142,9 @@ RD=$5
buildenv ${pb} ${arch} ${branch}
# Want to use the /etc/make.conf in the chroot
unset __MAKE_CONF
pkgname=$(basename $6 ${PKGSUFFIX})
dirname=$7
shift 2