From 39b933d80b09b857fbede36a7522311aa8753704 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Wed, 26 Jun 1996 22:20:07 +0000 Subject: [PATCH] Convert from ncftp to fetch --- japanese/gxditview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index 9d4e19aaa376..8e3c20f5fb76 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.3 1995/05/03 02:10:55 asami Exp $ +# $Id: Makefile,v 1.4 1995/11/22 13:06:27 asami Exp $ # DISTNAME= groff-1.09 @@ -27,7 +27,7 @@ pre-fetch: ${ECHO_MSG} ">> ${PATCHFILES} doesn't seem to exist on this system."; \ for file in ${DISTPATCHES} ; do \ for site in ${PATCH_SITES} ; do \ - if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \ + if ${FETCH_CMD} ${FETCH_BEFORE_ARGS} $${site}$${file} ${FETCH_AFTER_ARGS}; then \ break; \ fi \ done; \