summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed>2012-07-28 21:33:48 +0000
committerreed <reed>2012-07-28 21:33:48 +0000
commit2af6d0477ad275156a2aa9357fa94e2fcd9d637c (patch)
treeee932885cf205663216894fa374617cdaef4465f
parent631d2219dfb290055338d686c0a257a914f96d9e (diff)
downloadpkgsrc-2af6d0477ad275156a2aa9357fa94e2fcd9d637c.tar.gz
fix typo in comment
-rw-r--r--mk/install/install.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index e0fcd426c69..f41cff58d0b 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.63 2011/10/15 00:23:09 reed Exp $
+# $NetBSD: install.mk,v 1.64 2012/07/28 21:33:48 reed Exp $
#
# This file provides the code for the "install" phase.
#
@@ -29,7 +29,7 @@
# This option is not supported by all packages.
#
# STRIP_DEBUG
-# If set to "yes", call ${STRI} -g to remove debug information
+# If set to "yes", call ${STRIP} -g to remove debug information
# from all files. The symbol tables are still preserved.
#
# Keywords: strip unstripped