diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 05:29:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 05:29:24 +0800 |
commit | 85d67868fc91fe2ec7a2c38679a15d1793fcaa2c (patch) | |
tree | 41c1a646f4ac92caa80ea395b2e3275f5f39c6f0 /sysutils/hal | |
parent | ac0f80fdbf95714967d804df4a8cc6cdb83e0224 (diff) | |
download | marcuscom-ports-85d67868fc91fe2ec7a2c38679a15d1793fcaa2c.tar marcuscom-ports-85d67868fc91fe2ec7a2c38679a15d1793fcaa2c.tar.gz marcuscom-ports-85d67868fc91fe2ec7a2c38679a15d1793fcaa2c.tar.bz2 marcuscom-ports-85d67868fc91fe2ec7a2c38679a15d1793fcaa2c.tar.lz marcuscom-ports-85d67868fc91fe2ec7a2c38679a15d1793fcaa2c.tar.xz marcuscom-ports-85d67868fc91fe2ec7a2c38679a15d1793fcaa2c.tar.zst marcuscom-ports-85d67868fc91fe2ec7a2c38679a15d1793fcaa2c.zip |
Add some more missing plist items.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10169 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/hal')
-rw-r--r-- | sysutils/hal/Makefile | 8 | ||||
-rw-r--r-- | sysutils/hal/pkg-plist | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile index 219bd2426..7e89cc508 100644 --- a/sysutils/hal/Makefile +++ b/sysutils/hal/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/hal/Makefile,v 1.29 2008/01/08 06:50:34 marcus Exp $ +# $MCom: ports/sysutils/hal/Makefile,v 1.30 2008/01/19 21:16:04 marcus Exp $ # PORTNAME= hal PORTVERSION= ${HALVERSION}.${SNAPVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.marcuscom.com/downloads/ @@ -63,8 +63,8 @@ SUB_LIST= RC_FILES="${RC_FILES}" MAN1= hal-disable-polling.1 hal-find-by-capability.1 \ hal-find-by-property.1 hal-get-property.1 \ - hal-is-caller-locked-out.1 hal-lock.1 \ - hal-set-property.1 lshal.1 + hal-is-caller-locked-out.1 hal-is-caller-privileged.1 \ + hal-lock.1 hal-set-property.1 lshal.1 MAN8= hald.8 OPTIONS= FIXED_MOUNTPOINTS "use fixed mountpoints" off diff --git a/sysutils/hal/pkg-plist b/sysutils/hal/pkg-plist index eed16e41e..50e8adaef 100644 --- a/sysutils/hal/pkg-plist +++ b/sysutils/hal/pkg-plist @@ -6,6 +6,7 @@ bin/hal-find-by-capability bin/hal-find-by-property bin/hal-get-property bin/hal-is-caller-locked-out +bin/hal-is-caller-privileged bin/hal-lock bin/hal-set-property bin/lshal |