summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/Makefile.in
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-11 07:31:01 +0000
committerpeter <peter@FreeBSD.org>2000-10-11 07:31:01 +0000
commita81407a537bfd1ab9e48c69007eb6b30e66d271b (patch)
tree9ec00b41242bbe63b83c0ac5316c539466d9f9de /contrib/ncurses/Makefile.in
parentcc6a5cc05f3c2cde24338d35c9714f1e7ebf032e (diff)
downloadFreeBSD-src-a81407a537bfd1ab9e48c69007eb6b30e66d271b.zip
FreeBSD-src-a81407a537bfd1ab9e48c69007eb6b30e66d271b.tar.gz
Import ncurses-5.1-20001009 onto the vendor branch
Diffstat (limited to 'contrib/ncurses/Makefile.in')
-rw-r--r--contrib/ncurses/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/ncurses/Makefile.in b/contrib/ncurses/Makefile.in
index 381ca9e..9489e9f 100644
--- a/contrib/ncurses/Makefile.in
+++ b/contrib/ncurses/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.18 1998/08/22 23:45:00 tom Exp $
+# $Id: Makefile.in,v 1.20 2000/08/19 19:11:56 tom Exp $
##############################################################################
# Copyright (c) 1998 Free Software Foundation, Inc. #
# #
@@ -33,8 +33,8 @@
SHELL = /bin/sh
-INSTALL_PREFIX=@INSTALL_PREFIX@
-CF_MFLAGS = @cf_cv_makeflags@ INSTALL_PREFIX="$(INSTALL_PREFIX)"
+DESTDIR=@DESTDIR@
+CF_MFLAGS = @cf_cv_makeflags@ DESTDIR="$(DESTDIR)"
@SET_MAKE@
@@ -46,7 +46,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
-datadir = @datadir@
+ticdir = @TERMINFO@
includedir = @includedir@
libdir = @libdir@
mandir = @mandir@
@@ -69,7 +69,7 @@ preinstall :
@ echo ' lib directory: '$(libdir)
@ echo ' include directory: '$(includedir)
@ echo ' man directory: '$(mandir)
- @ echo ' terminfo directory: '$(datadir)/terminfo
+ @ echo ' terminfo directory: '$(ticdir)
@ echo ''
@ test "$(includedir)" = "$(prefix)/include" || \
echo '** Include-directory is not in a standard location'
OpenPOWER on IntegriCloud