diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2017-01-10 02:48:53 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2017-01-10 02:48:53 +0000 |
commit | 14449520c4b758e26af62800645eaa0a8091243e (patch) | |
tree | bcfe19bbdcd1f56ba9039d2c7a42771e9428911d /security/gnupg1/pkg-plist | |
parent | 184919d4b2c0a9ac42318faa6c607157b93be1ff (diff) |
Notes
Diffstat (limited to 'security/gnupg1/pkg-plist')
-rw-r--r-- | security/gnupg1/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg1/pkg-plist b/security/gnupg1/pkg-plist index f37ca9bf0677..d2e4b8eb2939 100644 --- a/security/gnupg1/pkg-plist +++ b/security/gnupg1/pkg-plist @@ -1,4 +1,5 @@ -@(,,%%GPGMODE%%) bin/gpg +%%SUID_GPG%%@(,,4555) bin/gpg +%%NO_SUID_GPG%%bin/gpg bin/gpg-zip bin/gpgsplit bin/gpgv @@ -41,4 +42,3 @@ man/man1/gpgv.1.gz %%NLS%%share/locale/uk/LC_MESSAGES/gnupg.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gnupg.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg.mo -@postunexec [ -r %D/bin/gpg2 ] && ln -s gpg2 %D/bin/gpg || true |