From owner-freebsd-ports@FreeBSD.ORG Thu Nov 1 19:24:23 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9D8016A417 for ; Thu, 1 Nov 2007 19:24:23 +0000 (UTC) (envelope-from sat@cenkes.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 8E9E913C491 for ; Thu, 1 Nov 2007 19:24:23 +0000 (UTC) (envelope-from sat@cenkes.org) Received: from amilo.cenkes.org (ppp85-141-127-30.pppoe.mtu-net.ru [85.141.127.30]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id D844B242F8FA; Thu, 1 Nov 2007 21:46:58 +0300 (MSK) Date: Thu, 1 Nov 2007 21:46:49 +0300 From: Andrew Pantyukhin To: Ricardo Nabinger Sanchez Message-ID: <20071101184628.GA20862@amilo.cenkes.org> References: <20071030175348.47c6e060.rnsanchez@wait4.org> <20071030182314.2c0cca7b.rnsanchez@wait4.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071030182314.2c0cca7b.rnsanchez@wait4.org> X-OS: FreeBSD amilo.cenkes.org 8.0-CURRENT FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-ports@freebsd.org Subject: Re: substitutions in pkg-plist X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 19:24:23 -0000 On Tue, Oct 30, 2007 at 06:23:14PM -0200, Ricardo Nabinger Sanchez wrote: > On Tue, 30 Oct 2007 17:53:48 -0200 > Ricardo Nabinger Sanchez wrote: > > > This works, but it is not clear why %%whatever%% macros fail silently. > > The point is not exactly "fail silently", but why the %D prefixing is > explicitly necessary? A single path alone on a line is a shorthand for %D/path. In case of @exec, @unexec, @cwd and other commands there is no such shorthand.