diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-23 21:21:43 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-23 21:21:43 +0000 |
commit | 50bd093c850e8fd9dbe0d0484757a35a93e9b74d (patch) | |
tree | b4b841f21f5affe7e5fc03cb9519e976a1c5ad16 /security/policykit/Makefile | |
parent | f757512c2c2910df378d069f572ec7cfbb1f008e (diff) | |
download | pkgsrc-50bd093c850e8fd9dbe0d0484757a35a93e9b74d.tar.gz |
* Make it compile in DragonFly
* Fix permissions of suid/sgid binaries
* Bump PKGREVISION
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 70d17103d34..bf16de0f29b 100644 --- a/security/policykit/Makefile +++ b/security/policykit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2008/11/23 02:00:48 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/23 21:21:43 hasso Exp $ # POLICYKIT_VER= 0.9 DISTNAME= PolicyKit-${POLICYKIT_VER} PKGNAME= policykit-${POLICYKIT_VER} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= http://hal.freedesktop.org/releases/ |