summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2012-05-16 14:54:57 +0000
committerjperkin <jperkin@pkgsrc.org>2012-05-16 14:54:57 +0000
commit92019c66e7b84e4ecba46dfca7cd06202aeb1adb (patch)
tree7f3a6d8fb5165f8b601d8f633b6f4f115024942d /mk/plist
parent82ab1cc6c7edfd5bd62caffa453ecd8e68b3af63 (diff)
downloadpkgsrc-92019c66e7b84e4ecba46dfca7cd06202aeb1adb.tar.gz
typo.
Diffstat (limited to 'mk/plist')
-rw-r--r--mk/plist/plist-libtool.awk4
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.