diff options
author | jperkin <jperkin> | 2012-05-16 14:54:57 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-05-16 14:54:57 +0000 |
commit | b374dc388215ab75cf4949c249566b5c4a390912 (patch) | |
tree | 7f3a6d8fb5165f8b601d8f633b6f4f115024942d /mk | |
parent | 9cfb23d650fa71f18d920e1232f7de48ded69f62 (diff) | |
download | pkgsrc-b374dc388215ab75cf4949c249566b5c4a390912.tar.gz |
typo.
Diffstat (limited to 'mk')
-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. |