svn commit: r459318 - head/editors/openoffice-4
Don Lewis
truckman at FreeBSD.org
Thu Jan 18 09:43:40 UTC 2018
Author: truckman
Date: Thu Jan 18 09:43:38 2018
New Revision: 459318
URL: https://svnweb.freebsd.org/changeset/ports/459318
Log:
Remove some leftovers from an earlier version of the $HOME fix.
Modified:
head/editors/openoffice-4/Makefile
Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile Thu Jan 18 09:02:09 2018 (r459317)
+++ head/editors/openoffice-4/Makefile Thu Jan 18 09:43:38 2018 (r459318)
@@ -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} \
More information about the svn-ports-all
mailing list