summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-08-17 07:30:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-08-17 07:30:34 +0000
commitea4091610571ccf36d3a6332c82ae67a3086072d (patch)
treebb054d0993115d4fd146a5557e1091f78c236dcc
parent726e250815d49c5bd3c1c3033abf34e3e8ba26c7 (diff)
Notes
-rw-r--r--lib/libncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 260776bf640a..76c83ee46976 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -8,7 +8,7 @@ SHLIB_MINOR=0
# Should be elsewhere
AWK?= awk
-TERMINFODIR?= ${DESTDIR}/usr/share/misc
+TERMINFODIR?= ${SHAREDIR}/misc
NCURSES_MAJOR!=egrep 'NCURSES_MAJOR[ ]*=' ${NCURSES}/dist.mk | sed -e 's/^[^0-9]*//'
NCURSES_MINOR!=egrep 'NCURSES_MINOR[ ]*=' ${NCURSES}/dist.mk | sed -e 's/^[^0-9]*//'