summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-05-19 21:07:00 +0000
committerwiz <wiz@pkgsrc.org>2000-05-19 21:07:00 +0000
commit026912657ec81556dda173e7333c56719536151e (patch)
tree407230c2fa2b840ce5342b22f541400831f5c652 /mk
parent99225a241e9b3640bb7c08242cd93552fa45c810 (diff)
downloadpkgsrc-026912657ec81556dda173e7333c56719536151e.tar.gz
On failed file retrieval, mention file that wasn't fetched
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 5e38511f81a..a9bac16f8f2 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.436 2000/05/17 03:32:43 fredb Exp $
+# $NetBSD: bsd.pkg.mk,v 1.437 2000/05/19 21:07:00 wiz Exp $
#
# This file is in the public domain.
#
@@ -1078,7 +1078,7 @@ _FETCH_FILE= \
fi; \
fi \
done; \
- ${ECHO_MSG} "=> Couldn't fetch it - please try to retrieve this";\
+ ${ECHO_MSG} "=> Couldn't fetch $$bfile - please try to retrieve this";\
${ECHO_MSG} "=> file manually into ${_DISTDIR} and try again."; \
exit 1; \
fi