svn commit: r284695 - head/lib/ncurses/ncurses

Antoine Brodin antoine at FreeBSD.org
Mon Jun 22 05:41:14 UTC 2015


Author: antoine
Date: Mon Jun 22 05:41:13 2015
New Revision: 284695
URL: https://svnweb.freebsd.org/changeset/base/284695

Log:
  Install ncurses html documentation again after r284345

Modified:
  head/lib/ncurses/ncurses/Makefile

Modified: head/lib/ncurses/ncurses/Makefile
==============================================================================
--- head/lib/ncurses/ncurses/Makefile	Mon Jun 22 05:36:08 2015	(r284694)
+++ head/lib/ncurses/ncurses/Makefile	Mon Jun 22 05:41:13 2015	(r284695)
@@ -308,7 +308,7 @@ SYMLINKS+=	libncurses${LIB_SUFFIX}_p.a $
 SYMLINKS+=	libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtinfo${LIB_SUFFIX}_p.a
 .endif
 
-.if ${.CURDIR:T} == "ncurses"
+.if ${.CURDIR:T} == "ncursesw"
 .if defined(ENABLE_WIDEC)
 DOCSDIR=	${SHAREDIR}/doc/ncurses
 DOCS=		ncurses-intro.html hackguide.html


More information about the svn-src-head mailing list