summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-23 20:53:50 +0000
committerwiz <wiz@pkgsrc.org>2001-04-23 20:53:50 +0000
commit510c5f6a22ea917f37f382b9f9ddd981c8456eff (patch)
treebeeace6317f128643206318c7880085a790b650e /mk
parent5b2bcad77396d7af33de27e279bd8a52f86d99a9 (diff)
downloadpkgsrc-510c5f6a22ea917f37f382b9f9ddd981c8456eff.tar.gz
Improve message if distinfo parts don't get modified. Closes pkg/12718.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index a7990fe6222..ebd6aceeac0 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.727 2001/04/22 08:00:41 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.728 2001/04/23 20:53:50 wiz Exp $
#
# This file is in the public domain.
#
@@ -2511,7 +2511,7 @@ makesum: fetch uptodate-digest
fi; \
if cmp -s $$newfile ${DISTINFO_FILE}; then \
${RM} -f $$newfile; \
- ${ECHO_MSG} "=> distinfo file unchanged."; \
+ ${ECHO_MSG} "=> distinfo: distfiles part unchanged."; \
else \
${MV} $$newfile ${DISTINFO_FILE}; \
fi
@@ -2538,7 +2538,7 @@ makepatchsum mps: uptodate-digest
fi; \
if cmp -s $$newfile ${DISTINFO_FILE}; then \
${RM} -f $$newfile; \
- ${ECHO_MSG} "=> distinfo file unchanged."; \
+ ${ECHO_MSG} "=> distinfo: patches part unchanged."; \
else \
${MV} $$newfile ${DISTINFO_FILE}; \
fi