1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Convert from ncftp to fetch

This commit is contained in:
Gary Palmer 1996-06-26 22:20:07 +00:00
parent 7999970cdf
commit 39b933d80b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3287

View File

@ -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; \