pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add closing "]".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fba14683faed
branches:  trunk
changeset: 610603:fba14683faed
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed Oct 31 03:28:40 2012 +0000

description:
Add closing "]".

diffstat:

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

diffs (18 lines):

diff -r 7f3765b4a815 -r fba14683faed mk/termcap.builtin.mk
--- a/mk/termcap.builtin.mk     Tue Oct 30 23:34:38 2012 +0000
+++ b/mk/termcap.builtin.mk     Wed Oct 31 03:28:40 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: termcap.builtin.mk,v 1.7 2010/02/07 09:46:14 roy Exp $
+# $NetBSD: termcap.builtin.mk,v 1.8 2012/10/31 03:28:40 asau Exp $
 
 BUILTIN_PKG:=  termcap
 
@@ -19,7 +19,7 @@
 ###
 .if !defined(IS_BUILTIN.termcap)
 IS_BUILTIN.termcap=    no
-.  if !empty(BUILTIN_LIB_FOUND.terminfo:M[yY[eE][sS]) || \
+.  if !empty(BUILTIN_LIB_FOUND.terminfo:M[yY][eE][sS]) || \
       !empty(BUILTIN_LIB_FOUND.curses:M[yY][eE][sS]) || \
       !empty(BUILTIN_LIB_FOUND.termcap:M[yY][eE][sS]) || \
       !empty(BUILTIN_LIB_FOUND.termlib:M[yY][eE][sS]) || \



Home | Main Index | Thread Index | Old Index