pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap re-introduce a modification from 1.48 that h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f60815201aa3
branches:  trunk
changeset: 511455:f60815201aa3
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Fri Apr 14 20:37:08 2006 +0000

description:
re-introduce a modification from 1.48 that had erroneously been removed
with the modification for 1.49.

diffstat:

 bootstrap/bootstrap |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7efe35386dda -r f60815201aa3 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Fri Apr 14 19:02:39 2006 +0000
+++ b/bootstrap/bootstrap       Fri Apr 14 20:37:08 2006 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index