diff options
author | rillig <rillig> | 2007-10-14 07:42:31 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-10-14 07:42:31 +0000 |
commit | f448c089d682191a064686feb542f606399b7ccc (patch) | |
tree | d5e027a44c37b6fc0b9cbc0813aba4d42a5c7c30 | |
parent | ee6136aa9383e22d2150e5b2bb028f780815cf66 (diff) | |
download | pkgsrc-f448c089d682191a064686feb542f606399b7ccc.tar.gz |
Switched two words, so that the version number of the package appears to
the right instead of the (strictly) redundant word "found".
-rw-r--r-- | mk/flavor/pkg/depends.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/flavor/pkg/depends.mk b/mk/flavor/pkg/depends.mk index 1cc35847804..046bd348d03 100644 --- a/mk/flavor/pkg/depends.mk +++ b/mk/flavor/pkg/depends.mk @@ -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 @@ _DEPENDS_INSTALL_CMD= \ 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 |