diff options
author | wiz <wiz> | 2009-03-08 10:08:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-03-08 10:08:16 +0000 |
commit | 0f83df1d1a16b80fd4ac08d3d9fe739e6108adc3 (patch) | |
tree | 043536a1807eb009d9115ba176e1ea821b5162de /net | |
parent | 17c4bbbb1bfc2d31df9e1e69501176255728aaab (diff) | |
download | pkgsrc-0f83df1d1a16b80fd4ac08d3d9fe739e6108adc3.tar.gz |
Use ${REAL_ROOT_GROUP} instead of wheel. Prompted by joerg.
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index d0949b26ef2..48610c03ead 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/03/07 03:20:48 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2009/03/08 10:08:16 wiz Exp $ DISTNAME= avahi-0.6.24 PKGREVISION= 1 @@ -65,7 +65,7 @@ CONF_FILES+= ${PREFIX}/share/examples/avahi/avahi-dbus.conf \ CONFIGURE_ARGS+= --with-avahi-user=${AVAHI_USER} CONFIGURE_ARGS+= --with-avahi-group=${AVAHI_GROUP} -CONFIGURE_ARGS+= --with-avahi_priv_access_group=wheel +CONFIGURE_ARGS+= --with-avahi_priv_access_group=${REAL_ROOT_GROUP} CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} CONFIGURE_ARGS+= --disable-qt3 |