pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/pkgtasks Fix typo in makefile comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31b29c6eae90
branches:  trunk
changeset: 363153:31b29c6eae90
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jun 02 19:13:26 2017 +0000

description:
Fix typo in makefile comment.

diffstat:

 mk/pkgtasks/bsd.pkgtasks.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 78d3f219dfd6 -r 31b29c6eae90 mk/pkgtasks/bsd.pkgtasks.mk
--- a/mk/pkgtasks/bsd.pkgtasks.mk       Fri Jun 02 16:12:25 2017 +0000
+++ b/mk/pkgtasks/bsd.pkgtasks.mk       Fri Jun 02 19:13:26 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkgtasks.mk,v 1.1 2017/06/01 02:06:04 jlam Exp $
+# $NetBSD: bsd.pkgtasks.mk,v 1.2 2017/06/02 19:13:26 jlam Exp $
 #
 # Copyright (c) 2017 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -92,7 +92,7 @@
 FILES_SUBST+=          PKG_UPDATE_FONTS_DB=${PKG_UPDATE_FONTS_DB:tl:Q}
 
 # FILES_SUBST
-#      Package-settable varibable that lists "variable=value" pairs
+#      Package-settable variable that lists "variable=value" pairs
 #      that is turned into a sed(1) script for substituting
 #      "@variable@" with "value".
 #



Home | Main Index | Thread Index | Old Index