Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 1995 01:58:52 -0800
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        mrami@minerva.cis.yale.edu
Cc:        chuckr@Glue.umd.edu, FreeBSD-ports@freebsd.org
Subject:   Re: misc/colorls
Message-ID:  <199511290958.BAA01430@silvia.HIP.Berkeley.EDU>
In-Reply-To: <Pine.BSF.3.91.951128103448.2639G-100000@mramirez.sy.yale.edu> (message from Marc Ramirez on Tue, 28 Nov 1995 10:38:01 -0500 (EST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * This works for me wih the old ncftp...
 * 
 * # Usage: get hostname filename
 * 
 * get() {
 * if [ \! -e `basename $2` ]
 * then 
 *         ( echo cd `dirname $2`; echo get `basename $2`; echo quit ) \
 *         | ncftp -r -d 15 -V 0 $1
 * fi
 * }

Yes, I know...in fact, I used to have a hack similar to this in place
of FETCH_DEPENDS (note all three ports that use FETCH_DEPENDS are
mine)....

Well, I thought since there now is a mechanism to do this easier
(easier as in standard Makefile targets and variables), I'd rather use 
it.  Maybe it wasn't such a great idea after all.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511290958.BAA01430>