summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-11-16 15:58:49 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-11-16 15:58:49 +0000
commitab0e8fdabccb0cafa6fb64d57f113d72b01dfd08 (patch)
tree091846a205e95e89c75cd1b0c1c4b07513f814c6 /sysutils/hal
parentAdd a patch to prevent a segfault under certain circumstances. (diff)
Change operator to wheel (I believe the wheel group is more commonly
used than the operator group
Notes
Notes: svn path=/head/; revision=177390
Diffstat (limited to 'sysutils/hal')
-rw-r--r--sysutils/hal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index f47b7b029e1d..82a560fd2b0b 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= sysutils
MASTER_SITES= http://www.marcuscom.com/downloads/
@@ -17,7 +17,7 @@ COMMENT?= Hardware Abstraction Layer for simplifying device access
.if !defined(HAL_SLAVE)
LIB_DEPENDS= polkit.0:${PORTSDIR}/sysutils/policykit \
- volume_id.0:${PORTSDIR}/devel/libvolume_id
+ volume_id.0:${PORTSDIR}/devel/libvolume_id
RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids \
isoinfo:${PORTSDIR}/sysutils/cdrtools
.endif
@@ -97,7 +97,7 @@ post-patch:
${WRKSRC}/hald/Makefile.in
@${REINPLACE_CMD} -e '/^SUBDIRS/ s|txt||' \
${WRKSRC}/policy/Makefile.in
- @${REINPLACE_CMD} -e 's|user="0"|group="operator"|g' \
+ @${REINPLACE_CMD} -e 's|user="0"|group="wheel"|g' \
${WRKSRC}/hal.conf.in
@${TOUCH} ${WRKSRC}/doc/spec/hal-spec.html