svn commit: r242793 - projects/bmake/lib/ncurses/ncurses
Simon J. Gerraty
sjg at FreeBSD.org
Thu Nov 8 21:31:38 UTC 2012
Author: sjg
Date: Thu Nov 8 21:31:37 2012
New Revision: 242793
URL: http://svnweb.freebsd.org/changeset/base/242793
Log:
Avoid two makefiles trying to install the same headers
Modified:
projects/bmake/lib/ncurses/ncurses/Makefile
Modified: projects/bmake/lib/ncurses/ncurses/Makefile
==============================================================================
--- projects/bmake/lib/ncurses/ncurses/Makefile Thu Nov 8 21:30:54 2012 (r242792)
+++ projects/bmake/lib/ncurses/ncurses/Makefile Thu Nov 8 21:31:37 2012 (r242793)
@@ -304,6 +304,7 @@ SYMLINKS+= libncurses${LIB_SUFFIX}_p.a $
SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtinfo${LIB_SUFFIX}_p.a
.endif
+.if ${.CURDIR:T} == "ncurses"
DOCSDIR= ${SHAREDIR}/doc/ncurses
DOCS= ncurses-intro.html hackguide.html
@@ -311,6 +312,7 @@ DOCS= ncurses-intro.html hackguide.html
.PATH: ${NCURSES_DIR}/doc/html
FILESGROUPS= DOCS
.endif
+.endif
# Generated source
.ORDER: names.c codes.c
More information about the svn-src-projects
mailing list