summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-10-09 19:19:08 +0000
committermartti <martti@pkgsrc.org>2007-10-09 19:19:08 +0000
commitbd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch)
tree488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /bootstrap
parentf60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff)
downloadpkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.tar.gz
Remove trailing spaces.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README4
-rw-r--r--bootstrap/README.OpenBSD6
-rwxr-xr-xbootstrap/mkbinarykit6
3 files changed, 8 insertions, 8 deletions
diff --git a/bootstrap/README b/bootstrap/README
index dd22487b708..5bf9426d78b 100644
--- a/bootstrap/README
+++ b/bootstrap/README
@@ -1,9 +1,9 @@
-$NetBSD: README,v 1.9 2007/07/02 19:05:29 tnn Exp $
+$NetBSD: README,v 1.10 2007/10/09 19:19:08 martti Exp $
To try to get pkgsrc working on your system, please try the following
as root:
-# ./bootstrap
+# ./bootstrap
[ --workdir <workdir> ]
[ --prefix <prefix> ]
[ --pkgdbdir <pkgdbdir> ]
diff --git a/bootstrap/README.OpenBSD b/bootstrap/README.OpenBSD
index 0a1c9c70aee..f6e615792e1 100644
--- a/bootstrap/README.OpenBSD
+++ b/bootstrap/README.OpenBSD
@@ -1,4 +1,4 @@
-$NetBSD: README.OpenBSD,v 1.2 2004/07/31 04:07:03 xtraeme Exp $
+$NetBSD: README.OpenBSD,v 1.3 2007/10/09 19:19:08 martti Exp $
Please read the general README file as well.
@@ -18,8 +18,8 @@ good idea to move them out of the way to avoid confusion, e.g.:
mv pkg_info pkg_info.orig
3. An example /etc/mk.conf file will be placed in mk.conf.example file
-when you use the bootstrap script. OpenBSD's make program uses /etc/mk.conf
-as well. You can work around this by enclosing all the pkgsrc specific parts
+when you use the bootstrap script. OpenBSD's make program uses /etc/mk.conf
+as well. You can work around this by enclosing all the pkgsrc specific parts
of the mk.conf file with:
.ifdef BSD_PKG_MK
diff --git a/bootstrap/mkbinarykit b/bootstrap/mkbinarykit
index 45a6bb8e389..2e4567dbb84 100755
--- a/bootstrap/mkbinarykit
+++ b/bootstrap/mkbinarykit
@@ -1,6 +1,6 @@
#!/bin/sh
-# $NetBSD: mkbinarykit,v 1.25 2007/08/01 14:03:49 joerg Exp $
+# $NetBSD: mkbinarykit,v 1.26 2007/10/09 19:19:08 martti Exp $
#
# Make a binary bootstrap kit and place it in targetdir (or current
# working directory if not specified). The mk.conf.example file is
@@ -35,7 +35,7 @@ mkbinarykit_tar()
{
# in case tar was built by bootstrap
PATH="$prefix/bin:$PATH"; export PATH
- [ ! -d $sysconfdir ] && mkdir -p $sysconfdir
+ [ ! -d $sysconfdir ] && mkdir -p $sysconfdir
cp ${wrkdir}/mk.conf.example $mkfile && \
cd / && \
tar -hcf "$targetdir/bootstrap-pkgsrc-$opsys-$osrev-$ospro-$date.tar" \
@@ -73,7 +73,7 @@ fetch_cmd=""
targetdir=`pwd`
wrkdir=`pwd`/work # default: relative to pkgsrc/bootstrap
-sedprog="sed"
+sedprog="sed"
case "$opsys" in
AIX)