From owner-svn-ports-all@FreeBSD.ORG Mon May 25 08:31:40 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F299391; Mon, 25 May 2015 08:31:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 660AFC9C; Mon, 25 May 2015 08:31:40 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 674B1BDC24; Mon, 25 May 2015 10:31:37 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 4A733BDC1F; Mon, 25 May 2015 10:31:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 06F523655AA1; Mon, 25 May 2015 10:31:37 +0200 (CEST) Date: Mon, 25 May 2015 10:31:36 +0200 From: Mathieu Arnold To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r387355 - head/www/mediawiki123 Message-ID: In-Reply-To: <201505242139.t4OLdZXr055646@svn.freebsd.org> References: <201505242139.t4OLdZXr055646@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 25 May 2015 08:31:40 -0000 +--On 24 mai 2015 21:39:35 +0000 Dmitry Marakasov wrote: | +hhvm_CMD= ${PREFIX}/bin/hhvm # not installed by anything yet Unless this is supposed to be installed by the port, it should be ${LOCALBASE}. -- Mathieu Arnold