From owner-svn-ports-all@FreeBSD.ORG Fri Nov 29 02:15:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C8A84EDD; Fri, 29 Nov 2013 02:15:56 +0000 (UTC) Date: Fri, 29 Nov 2013 02:15:56 +0000 From: Alexey Dokuchaev To: Danilo Egea Gondolfo Subject: Re: svn commit: r335111 - head/lang/basic256 Message-ID: <20131129021556.GA9465@FreeBSD.org> References: <201311281742.rASHgruG035374@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311281742.rASHgruG035374@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 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, 29 Nov 2013 02:15:56 -0000 On Thu, Nov 28, 2013 at 05:42:53PM +0000, Danilo Egea Gondolfo wrote: > New Revision: 335111 > URL: http://svnweb.freebsd.org/changeset/ports/335111 > > +do-configure: > + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ > + ${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro > + Hmm, would it be possible to use do-configure recipe from Uses/qmake.mk? ./danfe