summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-22 16:34:46 +0000
committerrillig <rillig@pkgsrc.org>2020-03-22 16:34:46 +0000
commit7989584ccf21a4bd21b2f1938be5490515e6f8ff (patch)
treeb5266d4bf15e8143600b1b9aecaf57b0a086a2d5 /bootstrap/bootstrap
parent8661b844fbc48d7b7deaf1335216ece1aacb7bf5 (diff)
downloadpkgsrc-7989584ccf21a4bd21b2f1938be5490515e6f8ff.tar.gz
bootstrap: remove unused BOOTSTRAP_VERSION variable
It had not been updated between 2006 and 2019, and there is no apparent benefit of having this version number.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 986938c3027..43e0a71c12d 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.274 2020/02/23 18:32:46 rillig Exp $
+# $NetBSD: bootstrap,v 1.275 2020/03/22 16:34:46 rillig Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -37,8 +37,6 @@
# * the ${var%pattern} or ${var#pattern} expansions
# * the $(command) subshell
-BOOTSTRAP_VERSION=20190721
-
# Don't let the bootstrap program get confused by a pre-existing mk.conf
# file.
MAKECONF=/dev/null