e2afa97f51
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
22 lines
475 B
Text
22 lines
475 B
Text
$NetBSD: patch-ao,v 1.2 2002/08/25 18:40:19 jlam Exp $
|
|
|
|
--- configure.orig Thu Jun 20 20:56:07 2002
|
|
+++ configure
|
|
@@ -227,6 +227,8 @@
|
|
fi
|
|
fi
|
|
|
|
+BINOWN=${BINOWN:-root}
|
|
+BINGRP=${BINGRP:-wheel}
|
|
##
|
|
## determine default parameters
|
|
##
|
|
@@ -1300,6 +1302,8 @@
|
|
-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" \
|