diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-06-26 22:33:17 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-06-26 22:33:17 +0000 |
commit | c4fb8f863d78d7c5753373cd38d4826ebb49ac9b (patch) | |
tree | 5d4487adba400b4f9a8e4af8512317e92c59d457 /misc/mmv | |
parent | 069fda2e0a35cb2a69428876cf46bb002a594523 (diff) | |
download | FreeBSD-ports-c4fb8f863d78d7c5753373cd38d4826ebb49ac9b.zip FreeBSD-ports-c4fb8f863d78d7c5753373cd38d4826ebb49ac9b.tar.gz |
Convert from ncftp to fetch
Diffstat (limited to 'misc/mmv')
-rw-r--r-- | misc/mmv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index d626eda..2433ba9 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Feb 1995 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.9 1996/03/29 03:28:08 asami Exp $ +# $Id: Makefile,v 1.10 1996/04/12 08:38:33 asami Exp $ # @@ -31,7 +31,7 @@ do-fetch: echo ">> Attempting to fetch it from a master site."; \ for site in ${MASTER_SITES}; do \ pwd;\ - if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \ + if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \ break; \ fi \ done; \ |