when using peek-ftp, I often start with make show=DISTFILES, so save myself

the trouble.
This commit is contained in:
espie 2009-07-13 12:21:44 +00:00
parent 60c90e6e1a
commit 3ea520053a

View File

@ -1,6 +1,6 @@
#-*- mode: Makefile; tab-width: 4; -*-
# ex:ts=4 sw=4 filetype=make:
# $OpenBSD: bsd.port.mk,v 1.967 2009/06/17 13:42:49 landry Exp $
# $OpenBSD: bsd.port.mk,v 1.968 2009/07/13 12:21:44 espie Exp $
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
@ -3027,6 +3027,7 @@ uninstall deinstall:
.endif
peek-ftp:
@echo "DISTFILES=${DISTFILES}"
@mkdir -p ${FULLDISTDIR}; cd ${FULLDISTDIR}; echo "cd ${FULLDISTDIR}"; \
for i in ${MASTER_SITES:Mftp*}; do \
echo "Connecting to $$i"; ${FETCH_CMD} $$i ; break; \