svn commit: r443474 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Mon Jun 12 22:21:44 UTC 2017


Author: jkim
Date: Mon Jun 12 22:21:42 2017
New Revision: 443474
URL: https://svnweb.freebsd.org/changeset/ports/443474

Log:
  Attempt to fix build when WRKDIRPREFIX is defined by the user.

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Mon Jun 12 22:02:38 2017	(r443473)
+++ head/editors/libreoffice/Makefile	Mon Jun 12 22:21:42 2017	(r443474)
@@ -92,7 +92,7 @@ MASTER_SITES+=	http://dev-builds.libreoffice.org/pre-r
 
 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=


More information about the svn-ports-head mailing list