diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-02 19:58:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-02 19:58:23 +0000 |
commit | 0e38a32278770583760102e01e230b39493cc63f (patch) | |
tree | 1615455934a66029f7dda40ee4e67f9266be0af4 /security/policykit | |
parent | 109a3ad6a755fc36016e7116ebdb7f21237afff8 (diff) | |
download | pkgsrc-0e38a32278770583760102e01e230b39493cc63f.tar.gz |
Remove reference to non-existent polkit-read-grant-helper.
Bump PKGREVISION.
Noticed by marino.
Diffstat (limited to 'security/policykit')
-rw-r--r-- | security/policykit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/policykit/Makefile b/security/policykit/Makefile index 08020d45bd0..e863aaeb6c2 100644 --- a/security/policykit/Makefile +++ b/security/policykit/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2016/07/09 06:38:56 wiz Exp $ -# +# $NetBSD: Makefile,v 1.33 2016/12/02 19:58:23 wiz Exp $ POLICYKIT_VER= 0.9 DISTNAME= PolicyKit-${POLICYKIT_VER} PKGNAME= policykit-${POLICYKIT_VER} -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= security MASTER_SITES= http://hal.freedesktop.org/releases/ @@ -67,8 +66,6 @@ SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-grant-helper \ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555 SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-read-auth-helper \ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555 -SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-read-grant-helper \ - ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555 SPECIAL_PERMS+= ${PREFIX}/libexec/polkit-revoke-helper \ ${REAL_ROOT_USER} ${POLICYKIT_GROUP} 2555 |