summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-fonts/xfed/Makefile4
1 files 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 | \