Date: Mon, 12 Jun 2017 22:21:42 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443474 - head/editors/libreoffice Message-ID: <201706122221.v5CMLgH6025497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706122221.v5CMLgH6025497>