From dc3698e2496b0c489fb868b47ba9db035405f1c7 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Wed, 26 Jun 1996 23:06:49 +0000 Subject: Convert from ncftp to fetch. I'm not really happy with this ports do-fetch: routine, as it doesn't check the return value of fetch (or ncftp when it was in there), but I'm not about to start hacking this late in the game. --- x11-fonts/xfed/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 87a7a9d4f190..ce1c794daa89 100644 --- a/x11-fonts/xfed/Makefile +++ b/x11-fonts/xfed/Makefile @@ -3,7 +3,7 @@ # Date created: 7 December 1994 # Whom: asami # -# $Id: Makefile,v 1.9 1995/04/22 11:58:42 asami Exp $ +# $Id: Makefile,v 1.10 1996/03/07 01:57:29 asami Exp $ # DISTNAME= xfed @@ -33,7 +33,7 @@ do-fetch: echo ">> Fetching files from remote site..."; \ for file in ${SOURCEFILES}; do \ (cd ${.CURDIR}/src/xfed; \ - ${NCFTP} ${NCFTPFLAGS} ${SOURCESITE}\{$$file\}); \ + ${FETCH_CMD} ${FETCH_BEFORE_ARGS} ${SOURCESITE}\{$$file\} ${FETCH_AFTER_ARGS}); \ done; \ echo ">> Now creating a tarball ${DISTDIR}/${TARFILE}..."; \ tar -C ${.CURDIR}/src -cf - xfed | \ -- cgit v1.2.3