1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Remove some leftovers from an earlier version of the $HOME fix.

This commit is contained in:
Don Lewis 2018-01-18 09:43:38 +00:00
parent 1cb7fda469
commit b547c0edb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459318

View File

@ -419,7 +419,7 @@ do-build:
if [ -n "${HOME}" -a ! -w "${HOME}" ]; then \
export HOME=/tmp ; \
fi ; \
HOME=/tmp build.pl --all -P$${numproc} -- -P$${dmproc}
build.pl --all -P$${numproc} -- -P$${dmproc}
do-install:
@${MKDIR} ${STAGEDIR}${PRINSTALLATION_BASEDIR} \