From owner-svn-ports-all@FreeBSD.ORG Fri Feb 20 14:58:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31D15577; Fri, 20 Feb 2015 14:58:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC05788; Fri, 20 Feb 2015 14:58:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KEwnlZ007918; Fri, 20 Feb 2015 14:58:49 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KEwnT1007917; Fri, 20 Feb 2015 14:58:49 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201502201458.t1KEwnT1007917@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Fri, 20 Feb 2015 14:58:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379436 - head/x11/eaglemode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 14:58:50 -0000 Author: marino Date: Fri Feb 20 14:58:49 2015 New Revision: 379436 URL: https://svnweb.freebsd.org/changeset/ports/379436 QAT: https://qat.redports.org/buildarchive/r379436/ Log: x11/eaglemode: set make enviroment for do-build target PR: 197848 Submitted by: marino Approved by: maintainer (amdmi3) Modified: head/x11/eaglemode/Makefile Modified: head/x11/eaglemode/Makefile ============================================================================== --- head/x11/eaglemode/Makefile Fri Feb 20 14:52:01 2015 (r379435) +++ head/x11/eaglemode/Makefile Fri Feb 20 14:58:49 2015 (r379436) @@ -76,7 +76,8 @@ post-patch: .endif do-build: - cd ${WRKSRC} && ${PERL} make.pl build ${BUILD_ARGS} + (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ + ${PERL} make.pl build ${BUILD_ARGS}) do-install: ${MKDIR} ${STAGEDIR}${DATADIR}