summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-10-06 20:15:05 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-10-06 20:15:05 +0000
commitb89364002b24244379228dee06548032bf37a63f (patch)
treefb90ea569a90305ce9b61683ad17daa4dd11cce8 /mk
parentd49629ba0bb69ec820e950dbd20cda2c05916675 (diff)
downloadpkgsrc-b89364002b24244379228dee06548032bf37a63f.tar.gz
fix typo in comment and an error in the usage output (position of
bar and libbar were swapped).
Diffstat (limited to 'mk')
-rwxr-xr-xmk/bulk/tflat6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bulk/tflat b/mk/bulk/tflat
index 1efdf1f3206..c8ff51c7a85 100755
--- a/mk/bulk/tflat
+++ b/mk/bulk/tflat
@@ -1,5 +1,5 @@
#!/usr/bin/awk -f
-# $NetBSD: tflat,v 1.6 2001/02/20 17:08:53 wiz Exp $
+# $NetBSD: tflat,v 1.7 2002/10/06 20:15:05 dmcmahill Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -70,7 +70,7 @@ BEGIN {
# Note that it is possible for a package "foo/bar" to never
# appear in $1. In fact if foo/bar is not depended upon by
- # anything and it has depends the it will not show up in $1
+ # anything and it has depends then it will not show up in $1
# however, we need to make sure we get a topdepends[foo/bar]
# entry so add it here if its not already there.
if (!($2 in topdepends))
@@ -186,7 +186,7 @@ function usage(){
printf("Input file format is in the form\n");
printf("foo bar\n");
printf("foo baz\n");
- printf("bar libbar\n");
+ printf("libbar bar\n");
printf("\n");
printf("meaning \"foo is depended upon by bar,\n");
printf(" foo is depended upon by baz,\n");