aboutsummaryrefslogtreecommitdiff
path: root/japanese/gawk
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-06-26 22:13:52 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-06-26 22:13:52 +0000
commit7999970cdf42711dc46aaaecef79374524b6070e (patch)
treeedcc967fed98fb974a378124227a9d9aed05818c /japanese/gawk
parent73f39ff297a78f42fb24da0fec4cd1d0cf62b520 (diff)
downloadports-7999970cdf42711dc46aaaecef79374524b6070e.tar.gz
ports-7999970cdf42711dc46aaaecef79374524b6070e.zip
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/Makefile4
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; \