diff options
author | jlam <jlam> | 2006-02-07 18:43:02 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-02-07 18:43:02 +0000 |
commit | 32cefcd4a8590453c4cba2dd02b38c34639c7a0d (patch) | |
tree | ebc504844bfe4b5d158f9c70b4ddce0a98ce69fa /mk/plist | |
parent | 9f332600819f238e1469b67962807791c30416d5 (diff) | |
download | pkgsrc-32cefcd4a8590453c4cba2dd02b38c34639c7a0d.tar.gz |
Fix typo in comment.
Diffstat (limited to 'mk/plist')
-rw-r--r-- | mk/plist/plist-man.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/plist-man.awk b/mk/plist/plist-man.awk index 43b108e84d7..f3caba80947 100644 --- a/mk/plist/plist-man.awk +++ b/mk/plist/plist-man.awk @@ -1,4 +1,4 @@ -# $NetBSD: plist-man.awk,v 1.4 2006/02/07 18:42:38 jlam Exp $ +# $NetBSD: plist-man.awk,v 1.5 2006/02/07 18:43:02 jlam Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -41,7 +41,7 @@ ### ### Certain environment variables must be set prior to running this script: ### -### IMAKE_INSTALL specifies how imake-using packages install man pages. +### IMAKE_MANINSTALL specifies how imake-using packages install man pages. ### Valid values are: ### ### no value the package doesn't use imake |