diff options
author | jkim <jkim@FreeBSD.org> | 2017-06-13 06:21:42 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2017-06-13 06:21:42 +0800 |
commit | f726f402a82342fdbd2db347600a6df4d3f91325 (patch) | |
tree | 374a7e84246c495b2fdfa26a405069b664f1f2e5 /editors/libreoffice | |
parent | 1833794558bcfb180be808e354b72007522396a6 (diff) | |
download | freebsd-ports-gnome-f726f402a82342fdbd2db347600a6df4d3f91325.tar.gz freebsd-ports-gnome-f726f402a82342fdbd2db347600a6df4d3f91325.tar.zst freebsd-ports-gnome-f726f402a82342fdbd2db347600a6df4d3f91325.zip |
Attempt to fix build when WRKDIRPREFIX is defined by the user.
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 890a99597aaf..0611fc1dd10e 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -92,7 +92,7 @@ MASTER_SITES+= http://dev-builds.libreoffice.org/pre-releases/src/ CONFLICTS_INSTALL= libreoffice4-4.* -INSTALL_TARGET= TMPDIR=${WRKDIR} distro-pack-install +INSTALL_TARGET= distro-pack-install WRKSRC= ${WRKDIR}/${PORTNAME}-${LOVERSION} GNU_CONFIGURE= yes @@ -265,6 +265,7 @@ CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \ PYTHON_CFLAGS="`${PYTHON_VERSION}-config --cflags`" \ PYTHON_LIBS="`${PYTHON_VERSION}-config --libs`" +MAKE_ARGS+= TMPDIR=${WRKDIR} MAKE_ENV+= CXXFLAGS_WARN="${CXXFLAGS_WARN}" MAKE_ENV+= GNUSED=${LOCALBASE}/bin/gsed MAKE_ENV+= DISPLAY= |