diff options
author | Don Lewis <truckman@FreeBSD.org> | 2018-01-18 09:43:38 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2018-01-18 09:43:38 +0000 |
commit | b547c0edb5c2710f6122384e1f7c87d001588b4c (patch) | |
tree | 1a44f49063a1dbf4716a1172b338899c2d89e8c9 /editors/openoffice-4 | |
parent | 1cb7fda469a67833e53b27685423c58bcf201404 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-4')
-rw-r--r-- | editors/openoffice-4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 9ddb24522386..d39826c281d3 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -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} \ |