diff options
author | jlam <jlam@pkgsrc.org> | 2006-02-07 18:43:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-02-07 18:43:02 +0000 |
commit | 547e0378c515fd8b6ee0f75576244ddcf0e853b6 (patch) | |
tree | ebc504844bfe4b5d158f9c70b4ddce0a98ce69fa /mk | |
parent | d55d50a63519a7f984e81eaa37cc3295b6d33203 (diff) | |
download | pkgsrc-547e0378c515fd8b6ee0f75576244ddcf0e853b6.tar.gz |
Fix typo in comment.
Diffstat (limited to 'mk')
-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 |