diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-21 16:14:08 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-21 16:14:08 +0000 |
commit | 792b8d2c01ae89535cd4473e8427bc2eac11b5f8 (patch) | |
tree | 1a845ba7e483ffc71a1bceed4b073a74934978c4 | |
parent | 49a30f6c579f281f8afcafbc4388ed03cdfee0d2 (diff) | |
download | pkgsrc-792b8d2c01ae89535cd4473e8427bc2eac11b5f8.tar.gz |
Fix PLIST, bump PKGREVISION.
-rw-r--r-- | sysutils/system-tools-backends/Makefile | 6 | ||||
-rw-r--r-- | sysutils/system-tools-backends/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/system-tools-backends/Makefile b/sysutils/system-tools-backends/Makefile index 508465d01a3..540cc4a3983 100644 --- a/sysutils/system-tools-backends/Makefile +++ b/sysutils/system-tools-backends/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/11/23 16:21:05 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2008/12/21 16:14:08 jmcneill Exp $ # DISTNAME= system-tools-backends-2.6.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://system-tools-backends.freedesktop.org/downloads/2.6/ @@ -15,11 +15,13 @@ PKG_DESTDIR_SUPPORT= user-destdir PKG_OPTIONS_VAR= PKG_OPTIONS.system-tools-backends PKG_SUPPORTED_OPTIONS+= hal PKG_SUGGESTED_OPTIONS+= hal +PLIST_VARS+= hal .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mhal) .include "../../security/policykit/buildlink3.mk" .include "../../sysutils/hal/buildlink3.mk" +PLIST.hal= yes .endif EGDIR= ${PREFIX}/share/examples/system-tools-backends diff --git a/sysutils/system-tools-backends/PLIST b/sysutils/system-tools-backends/PLIST index 4dd5eeeebf1..30791fc9359 100644 --- a/sysutils/system-tools-backends/PLIST +++ b/sysutils/system-tools-backends/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2008/11/23 16:21:05 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/12/21 16:14:08 jmcneill Exp $ bin/system-tools-backends lib/pkgconfig/system-tools-backends-2.0.pc +${PLIST.hal}share/PolicyKit/policy/system-tools-backends.policy share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.GroupsConfig.service share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.HostsConfig.service share/dbus-1/system-services/org.freedesktop.SystemToolsBackends.IfacesConfig.service |