From owner-svn-ports-head@freebsd.org Mon Jul 6 17:31:43 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E383994254; Mon, 6 Jul 2015 17:31:43 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "abg.ninja", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 437F1393A; Mon, 6 Jul 2015 17:31:41 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id 3fca8823; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Mon, 6 Jul 2015 11:31:40 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: svn commit: r391426 - in head/misc: . ansiweather ansiweather/files From: Adam Weinberger In-Reply-To: <201507061651.t66Gp7xP062604@repo.freebsd.org> Date: Mon, 6 Jul 2015 11:31:38 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0DD826C1-7D38-4F68-BCCB-C5C788273BCC@adamw.org> References: <201507061651.t66Gp7xP062604@repo.freebsd.org> To: Steve Wills X-Mailer: Apple Mail (2.2102) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2015 17:31:43 -0000 > On 6 Jul, 2015, at 10:51, Steve Wills wrote: >=20 > +RUN_DEPENDS=3D ${LOCALBASE}/bin/jq:${PORTSDIR}/textproc/jq \ > + ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl \ > + ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ > + gprintf:${PORTSDIR}/sysutils/coreutils Hi Steve, These are all in ${PATH}. Why are the first 3 prefixed with = ${LOCALBASE}/bin/? # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org=