summaryrefslogtreecommitdiff
path: root/x11-fonts/xfed
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1996-06-26 23:06:49 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1996-06-26 23:06:49 +0000
commitdc3698e2496b0c489fb868b47ba9db035405f1c7 (patch)
tree6e18ad425dbb6577a36ab35949361f9f9e387632 /x11-fonts/xfed
parentConvert from ncftp to fetch (diff)
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.
Notes
Notes: svn path=/head/; revision=3291
Diffstat (limited to 'x11-fonts/xfed')
-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 | \