diff options
-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 |