diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-05-16 14:54:57 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-05-16 14:54:57 +0000 |
commit | 92019c66e7b84e4ecba46dfca7cd06202aeb1adb (patch) | |
tree | 7f3a6d8fb5165f8b601d8f633b6f4f115024942d /mk/plist | |
parent | 82ab1cc6c7edfd5bd62caffa453ecd8e68b3af63 (diff) | |
download | pkgsrc-92019c66e7b84e4ecba46dfca7cd06202aeb1adb.tar.gz |
typo.
Diffstat (limited to 'mk/plist')
-rw-r--r-- | mk/plist/plist-libtool.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/plist-libtool.awk b/mk/plist/plist-libtool.awk index 2294f4f9976..0a241788175 100644 --- a/mk/plist/plist-libtool.awk +++ b/mk/plist/plist-libtool.awk @@ -1,4 +1,4 @@ -# $NetBSD: plist-libtool.awk,v 1.4 2006/04/15 04:25:17 minskim Exp $ +# $NetBSD: plist-libtool.awk,v 1.5 2012/05/16 14:54:57 jperkin Exp $ # # Copyright (c) 2006 The NetBSD Foundation, Inc. # All rights reserved. @@ -50,7 +50,7 @@ ### LIBTOOLIZE_PLIST is a yes/no variable indicating whether to expand ### *.la files in the PLIST into the corresponding real libraries. ### -### PREFIX is the installation prefix of the the package. +### PREFIX is the installation prefix of the package. ### ### TEST is the command used for shell tests, e.g. shell test built-in or ### the path to a "test" binary. |