diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-26 22:13:52 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-26 22:13:52 +0000 |
commit | 7999970cdf42711dc46aaaecef79374524b6070e (patch) | |
tree | edcc967fed98fb974a378124227a9d9aed05818c /japanese/gawk | |
parent | NCFTPFLAGS -> FETCH_BEFORE_ARGS (diff) |
Change NCFTP* to FETCH* to make this work properly now that ncftp is no
more
Notes
Notes:
svn path=/head/; revision=3286
Diffstat (limited to 'japanese/gawk')
-rw-r--r-- | japanese/gawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/gawk/Makefile b/japanese/gawk/Makefile index e6518f1af0c2..893b9ba1b098 100644 --- a/japanese/gawk/Makefile +++ b/japanese/gawk/Makefile @@ -3,7 +3,7 @@ # Date created: 5 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.5 1995/05/09 05:41:41 asami Exp $ +# $Id: Makefile,v 1.6 1995/05/29 08:39:27 asami Exp $ # DISTNAME= gawk-2.15.6 @@ -32,7 +32,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; \ |