diff options
Diffstat (limited to 'lib/libncurses')
-rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 3d7dcce..7eaa4de 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -253,7 +253,7 @@ SYMLINKS+=libncurses_p.a ${LIBDIR}/libtinfo_p.a DOCSDIR= /usr/share/doc/ncurses DOCS= ncurses-intro.html hackguide.html -.if !defined(NOHTML) +.if !defined(NO_HTML) .PATH: ${NCURSES}/doc/html FILESGROUPS= DOCS .endif |