summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorschwarz <schwarz@pkgsrc.org>2006-04-14 20:37:08 +0000
committerschwarz <schwarz@pkgsrc.org>2006-04-14 20:37:08 +0000
commiteeec12647c47c6c6374e966d5d7dac5cd33e5638 (patch)
tree3a3c7c408650ea7e23be8fb9d732918d608652e2 /bootstrap
parenteba6ddba1dd8e1252f053dd81da8c4e2511f1ad0 (diff)
downloadpkgsrc-eeec12647c47c6c6374e966d5d7dac5cd33e5638.tar.gz
re-introduce a modification from 1.48 that had erroneously been removed
with the modification for 1.49.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index e1848e37e7a..0af00976da7 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.50 2006/04/11 14:35:48 joerg Exp $
+# $NetBSD: bootstrap,v 1.51 2006/04/14 20:37:08 schwarz Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -722,7 +722,7 @@ if [ -z "$fetch_cmd" ]; then
esac
echo_msg "Installing tnftp"
copy_src ../net/tnftp/files tnftp
- run_cmd "(cd $wrkdir/tnftp; env $BSTRAP_ENV $shprog ./configure --prefix=$prefix --sysconfdir=$sysconfdir && make && (cd src && make install))"
+ run_cmd "(cd $wrkdir/tnftp; env $BSTRAP_ENV $tnftpxenv $shprog ./configure --prefix=$prefix --sysconfdir=$sysconfdir && make && (cd src && make install))"
fi
pkg_install_args="$pkg_install_args --with-ftp=$fetch_cmd"