summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-05 18:53:03 +0000
committerjoerg <joerg>2009-02-05 18:53:03 +0000
commite43a31188680f731696c53afb6a18c2b626104fb (patch)
treeb7bad3a138cf197473631dc4f3911edd0d7d81b9 /bootstrap
parent703611d1e1998efc868fe6b13c6ba2d41e243d9a (diff)
downloadpkgsrc-e43a31188680f731696c53afb6a18c2b626104fb.tar.gz
Remove LIBNBCOMPAT_STYLE for nbsed, it is not used anywhere.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
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";;