aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-11-16 23:58:49 +0800
committerjylefort <jylefort@FreeBSD.org>2006-11-16 23:58:49 +0800
commit121dbe5ef5dc9c9ca20421bcb84f48d91f2bca0a (patch)
treec04ec0ebb97029ade35e2057d14d3feb66287f20
parent18056f89f1006d5e6f5777db85f609aca7fe73b2 (diff)
downloadfreebsd-ports-gnome-121dbe5ef5dc9c9ca20421bcb84f48d91f2bca0a.tar.gz
freebsd-ports-gnome-121dbe5ef5dc9c9ca20421bcb84f48d91f2bca0a.tar.zst
freebsd-ports-gnome-121dbe5ef5dc9c9ca20421bcb84f48d91f2bca0a.zip
Change operator to wheel (I believe the wheel group is more commonly
used than the operator group
-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