pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jun  6 01:24:11 UTC 2022

Modified Files:
        pkgsrc/mk: curses.builtin.mk

Log Message:
curses.builtin.mk: fix a typo in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mk/curses.builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/curses.builtin.mk
diff -u pkgsrc/mk/curses.builtin.mk:1.20 pkgsrc/mk/curses.builtin.mk:1.21
--- pkgsrc/mk/curses.builtin.mk:1.20    Mon Jun 17 18:19:55 2019
+++ pkgsrc/mk/curses.builtin.mk Mon Jun  6 01:24:11 2022
@@ -1,4 +1,4 @@
-# $NetBSD: curses.builtin.mk,v 1.20 2019/06/17 18:19:55 sjmulder Exp $
+# $NetBSD: curses.builtin.mk,v 1.21 2022/06/06 01:24:11 gutteridge Exp $
 
 BUILTIN_PKG:=  curses
 
@@ -8,7 +8,7 @@ BUILTIN_FIND_HEADERS.H_CURSES=                  curses.
 
 # Functions and defines to search for.
 # These are valid USE_CURSES options and will determine whether the
-# package can use the builtin curses or not.
+# package can use the built-in curses or not.
 #
 BUILTIN_TEST_CURSES_FUNCS=     chgat getsyx halfdelay putwin
 BUILTIN_TEST_CURSES_FUNCS+=    resize_term resizeterm ripoffline set_escdelay syncok



Home | Main Index | Thread Index | Old Index