summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarz <schwarz>2006-04-14 20:37:08 +0000
committerschwarz <schwarz>2006-04-14 20:37:08 +0000
commit01024f2c9280415c0bc7ec2507b5b5a578b64a8c (patch)
tree3a3c7c408650ea7e23be8fb9d732918d608652e2
parent9231a9aff2775a8df94a8b3a2bad525b29da85f0 (diff)
downloadpkgsrc-01024f2c9280415c0bc7ec2507b5b5a578b64a8c.tar.gz
re-introduce a modification from 1.48 that had erroneously been removed
with the modification for 1.49.
-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"