Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 09:43:39 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459318 - head/editors/openoffice-4
Message-ID:  <201801180943.w0I9hdRH008161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801180943.w0I9hdRH008161>