Date: Thu, 03 Aug 2023 16:00:30 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@FreeBSD.org> To: Yasuhiro Kimura <yasu@FreeBSD.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 06227fb64bf2 - main - security/gnupg: Create symlink for manpage Message-ID: <86o7jop6o1.fsf@ltc.des.no> In-Reply-To: <202307312335.36VNZMj4073424@gitrepo.freebsd.org> (Yasuhiro Kimura's message of "Mon, 31 Jul 2023 23:35:22 GMT") References: <202307312335.36VNZMj4073424@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Yasuhiro Kimura <yasu@FreeBSD.org> writes: > diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist > index 49090edb2b2e..a279fde721f7 100644 > --- a/security/gnupg/pkg-plist > +++ b/security/gnupg/pkg-plist > @@ -123,3 +123,5 @@ sbin/applygnupgdefaults > %%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg2.mo > @postexec [ -e %D/bin/gpg ] || ln -sf gpg2 %D/bin/gpg > @postunexec [ -e %D/bin/gpg ] || rm -f %D/bin/gpg > +@postexec [ -e %D/man/man1/gpg.1.gz] || ln -sf gpg2.1.gz %D/man/man1/gpg= .1.gz there needs to be a space before the ] here > +@postunexec [ -e %D/man/man1/gpg.1.gz ] || rm -f %D/man/man1/gpg.1.gz DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86o7jop6o1.fsf>