summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2012-11-08 21:31:37 +0000
committersjg <sjg@FreeBSD.org>2012-11-08 21:31:37 +0000
commit0a9ef1f7167856c6f166a69793b12427ec36fa89 (patch)
tree82c46b6c835e318644f8f78692e40f33048b80ff /lib/ncurses
parentc7233a669afe1fa5eb72088af8329bdb78149623 (diff)
downloadFreeBSD-src-0a9ef1f7167856c6f166a69793b12427ec36fa89.zip
FreeBSD-src-0a9ef1f7167856c6f166a69793b12427ec36fa89.tar.gz
Avoid two makefiles trying to install the same headers
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index bdac622..4f865cd 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -304,6 +304,7 @@ SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtermlib${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
OpenPOWER on IntegriCloud