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

--- configure.orig	2008-02-23 04:22:56.000000000 +0000
+++ configure
@@ -186,6 +186,8 @@ if [ ! -f "$SHELL" ]; then
     fi
 fi
 
+BINOWN=${BINOWN:-root}
+BINGRP=${BINGRP:-wheel}
 ##
 ##  determine default parameters
 ##
@@ -1259,6 +1261,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" \
