diff options
author | obache <obache@pkgsrc.org> | 2013-11-19 11:40:39 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-11-19 11:40:39 +0000 |
commit | a7422017dafde0ec030843f3b7d2d91b04ef13a6 (patch) | |
tree | 6f2f337e137b52d42495807f615f8345d27c3467 /mk | |
parent | fee70d88de7d24a3258865a178642845a6617e93 (diff) | |
download | pkgsrc-a7422017dafde0ec030843f3b7d2d91b04ef13a6.tar.gz |
s/termcap/terminfo/g
Diffstat (limited to 'mk')
-rw-r--r-- | mk/terminfo.builtin.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/terminfo.builtin.mk b/mk/terminfo.builtin.mk index 7c56659c3d1..29684cdc281 100644 --- a/mk/terminfo.builtin.mk +++ b/mk/terminfo.builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: terminfo.builtin.mk,v 1.3 2013/11/10 02:54:47 obache Exp $ +# $NetBSD: terminfo.builtin.mk,v 1.4 2013/11/19 11:40:39 obache Exp $ BUILTIN_PKG:= terminfo @@ -38,8 +38,8 @@ USE_BUILTIN.terminfo= ${IS_BUILTIN.terminfo} .endif MAKEVARS+= USE_BUILTIN.terminfo -# Define BUILTIN_LIBNAME.termcap to be the base name of the built-in -# termcap library. +# Define BUILTIN_LIBNAME.terminfo to be the base name of the built-in +# terminfo library. # # The way this is determined is: # |