Re: git: 06227fb64bf2 - main - security/gnupg: Create symlink for manpage
- In reply to: Dag-Erling_Smørgrav : "Re: git: 06227fb64bf2 - main - security/gnupg: Create symlink for manpage"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Aug 2023 02:32:51 UTC
From: Dag-Erling Smørgrav <des@FreeBSD.org> Subject: Re: git: 06227fb64bf2 - main - security/gnupg: Create symlink for manpage Date: Thu, 03 Aug 2023 16:00:30 +0200 > 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 Thanks for pointing out. Fixed with commit f1692182dde9. --- Yasuhiro Kimura