diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2023-08-04 02:08:59 +0000 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2023-08-04 02:21:58 +0000 |
commit | f1692182dde978bb8d908414312900590c518afa (patch) | |
tree | 57838038cb186f5494fb6d23eb7242dd9c7c11f0 | |
parent | bf01fcf16124ae6c02b6f8eba760560503ece7f7 (diff) | |
download | ports-f1692182dde978bb8d908414312900590c518afa.tar.gz ports-f1692182dde978bb8d908414312900590c518afa.zip |
security/gnupg: Fix plist
Reported by: des
Approved by: portmgr blanket
Fixes: 06227fb64bf2 security/gnupg: Create symlink for manpage
-rw-r--r-- | security/gnupg/Makefile | 2 | ||||
-rw-r--r-- | security/gnupg/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 2e175ae58415..ac648171831d 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnupg DISTVERSION= 2.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist index a279fde721f7..e35631f39331 100644 --- a/security/gnupg/pkg-plist +++ b/security/gnupg/pkg-plist @@ -123,5 +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 +@postexec [ -e %D/man/man1/gpg.1.gz ] || ln -sf gpg2.1.gz %D/man/man1/gpg.1.gz @postunexec [ -e %D/man/man1/gpg.1.gz ] || rm -f %D/man/man1/gpg.1.gz |