diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-06-27 06:13:52 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-06-27 06:13:52 +0800 |
commit | 629ba42bd01b008304f71f5374e52ed3a0888ade (patch) | |
tree | b6a6c70cbcde8d5ac8e40c8ad958057f4aa9b219 /japanese | |
parent | a949d8f2efa14e14613f643a2fb72574513be4f7 (diff) | |
download | freebsd-ports-gnome-629ba42bd01b008304f71f5374e52ed3a0888ade.tar.gz freebsd-ports-gnome-629ba42bd01b008304f71f5374e52ed3a0888ade.tar.zst freebsd-ports-gnome-629ba42bd01b008304f71f5374e52ed3a0888ade.zip |
Change NCFTP* to FETCH* to make this work properly now that ncftp is no
more
Diffstat (limited to 'japanese')
-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; \ |