$NetBSD: patch-ao,v 1.3 2004/10/29 13:48:31 abs Exp $

--- configure.orig	2004-10-29 14:44:35.000000000 +0100
+++ configure
@@ -185,6 +185,8 @@ if [ ! -f "$SHELL" ]; then
     fi
 fi
 
+BINOWN=${BINOWN:-root}
+BINGRP=${BINGRP:-wheel}
 ##
 ##  determine default parameters
 ##
@@ -1258,6 +1260,8 @@ sed <Makefile.tmpl >$mkf \
 -e "s%@PLATFORM@%$PLATFORM%g" \
 -e "s%@PERL@%$PERL%g" \
 -e "s%@TAR@%$TAR%g" \
+-e "s%@BINOWN@%$BINOWN%g" \
+-e "s%@BINGRP@%$BINGRP%g" \
 -e "s%@TAROPT@%$TAROPT%g" \
 -e "s%@SRC@%$src%g" \
 -e "s%@MKF@%$mkf%g" \
