summaryrefslogtreecommitdiff
path: root/japanese/gxditview/Makefile
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-06-26 22:20:07 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-06-26 22:20:07 +0000
commit39b933d80b09b857fbede36a7522311aa8753704 (patch)
tree999cc9a436f2f9c8948682e624cfa36a7a2bbed6 /japanese/gxditview/Makefile
parentChange NCFTP* to FETCH* to make this work properly now that ncftp is no (diff)
Convert from ncftp to fetch
Notes
Notes: svn path=/head/; revision=3287
Diffstat (limited to 'japanese/gxditview/Makefile')
-rw-r--r--japanese/gxditview/Makefile4
1 files 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 <nobu@psrc.isac.co.jp>
#
-# $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; \