From abd77ea1ca2001588e0c031d3f248d92c049a68c Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 5 Feb 2009 18:53:03 +0000 Subject: Remove LIBNBCOMPAT_STYLE for nbsed, it is not used anywhere. --- bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 879857317fb..115f4ab9fd6 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.140 2009/02/04 07:44:58 joerg Exp $ +# $NetBSD: bootstrap,v 1.141 2009/02/05 18:53:03 joerg Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -1039,7 +1039,7 @@ case "$need_awk" in yes) build_package "lang/nawk";; esac case "$need_sed" in -yes) build_package "textproc/nbsed" "LIBNBCOMPAT_STYLE=inplace";; +yes) build_package "textproc/nbsed";; esac case "$need_extras" in yes) build_package "pkgtools/bootstrap-extras";; -- cgit v1.2.3