aboutsummaryrefslogtreecommitdiff
path: root/misc/mmv
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-06-26 22:33:17 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-06-26 22:33:17 +0000
commit0594bd8f8d0b87a41179bf40fc7111a81bc85a90 (patch)
tree37123215e76017970905236ca7c41127e6a5cbba /misc/mmv
parentf92512c60df85ef3a977c071bb7f7a16d8958b4e (diff)
downloadports-0594bd8f8d0b87a41179bf40fc7111a81bc85a90.tar.gz
ports-0594bd8f8d0b87a41179bf40fc7111a81bc85a90.zip
Convert from ncftp to fetch
Notes
Notes: svn path=/head/; revision=3290
Diffstat (limited to 'misc/mmv')
-rw-r--r--misc/mmv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index d626eda8c13a..2433ba935583 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; \