diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2015-07-25 14:36:12 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2015-07-25 14:36:12 +0000 |
commit | 989c90302f87a1e05526a71ffb27a8df4575c0a6 (patch) | |
tree | 1a2635ac14c2d81bc7eba6abea7b0bf1e8e9b88f /security/policykit/Makefile | |
parent | 7e60daed62983ff78300a83777f1d7e0875da5fc (diff) | |
download | pkgsrc-989c90302f87a1e05526a71ffb27a8df4575c0a6.tar.gz |
Use correct /proc file name on Dragonfly. From David Shao in PR pkg/50088.
Bump revision.
Diffstat (limited to 'security/policykit/Makefile')
-rw-r--r-- | security/policykit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/policykit/Makefile b/security/policykit/Makefile index 095b9376045..aaec2239285 100644 --- a/security/policykit/Makefile +++ b/security/policykit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2015/06/12 10:51:10 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/07/25 14:36:12 bsiegert Exp $ # POLICYKIT_VER= 0.9 DISTNAME= PolicyKit-${POLICYKIT_VER} PKGNAME= policykit-${POLICYKIT_VER} -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= security MASTER_SITES= http://hal.freedesktop.org/releases/ |