1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00

Don't set PACKAGE_BUILDING while installing packages.

Submitted by:	erwin
Discussed on:	http://lists.freebsd.org/pipermail/freebsd-ports/2008-June/049074.html
MFC after:	1 week
This commit is contained in:
Florent Thoumie 2008-07-17 15:08:26 +00:00
parent c746f22dea
commit eb7d87ae37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180566

View File

@ -178,7 +178,6 @@ package_extract(Device *dev, char *name, Boolean depended)
close(pfd[1]);
/* Prevent pkg_add from wanting to interact in bad ways */
setenv("PACKAGE_BUILDING", "t", 1);
setenv("BATCH", "t", 1);
if (isDebug())