Date: Sun, 6 May 2018 15:39:56 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: Adam Weinberger <adamw@adamw.org>, Koichiro Iwao <meta@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r469188 - head/ports-mgmt/pkg_replace Message-ID: <20180506153956.GB79630@FreeBSD.org> In-Reply-To: <20180506150441.52w3lodurubkz2lb@ivaldir.net> References: <201805061015.w46AF3HQ070595@repo.freebsd.org> <20180506102749.GA58637@FreeBSD.org> <CC3C2D9C-F9B7-48DE-A53B-D9193C6CE65E@adamw.org> <20180506150441.52w3lodurubkz2lb@ivaldir.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 06, 2018 at 05:04:41PM +0200, Baptiste Daroussin wrote: > > > On 6 May, 2018, at 04:27, Alexey Dokuchaev <danfe@FreeBSD.org> wrote: > > > ... > > > Correct PLIST_FILES should read: > > > > > > PLIST_FILES= sbin/pkg_replace \ > > > man/man1/pkg_replace.1.gz \ > > > @sample\ etc/pkg_replace/pkg_replace.conf.sample > > Alexey is wrong imho about the '\' the quotes where fine I didn't imply quotes were wrong, I just like backslash better. :-) I've just tested it with one of my ports where I use backslash instead of double quotes, `games/qstat'. I've tried backslash, quotes, and a pkg-plist file with single @sample line (no quotes, no escaping), the generated "post-install"/"pre-deinstall" statements in +MANIFEST file appear to be identical (modulo the order, but that should not play a role, or should it?). ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180506153956.GB79630>