pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/flavor/pkg Switched two words, so that the version ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2b645faaa03
branches: trunk
changeset: 534233:a2b645faaa03
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 14 07:42:31 2007 +0000
description:
Switched two words, so that the version number of the package appears to
the right instead of the (strictly) redundant word "found".
diffstat:
mk/flavor/pkg/depends.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5b38d8f86cb0 -r a2b645faaa03 mk/flavor/pkg/depends.mk
--- a/mk/flavor/pkg/depends.mk Sun Oct 14 07:12:41 2007 +0000
+++ b/mk/flavor/pkg/depends.mk Sun Oct 14 07:42:31 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: depends.mk,v 1.39 2007/09/21 07:27:41 rillig Exp $
+# $NetBSD: depends.mk,v 1.40 2007/10/14 07:42:31 rillig Exp $
# This command prints out the dependency patterns for all full (run-time)
# dependencies of the package.
@@ -102,7 +102,7 @@
esac; \
silent=${_BOOTSTRAP_VERBOSE:Dyes}; \
if ${TEST} -z "$${silent}"; then \
- ${STEP_MSG} "$$Type dependency $$pattern: $$pkg found"; \
+ ${STEP_MSG} "$$Type dependency $$pattern: found $$pkg"; \
fi; \
;; \
esac
Home |
Main Index |
Thread Index |
Old Index