summaryrefslogtreecommitdiff
path: root/devel/libtool-info/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-06-23 11:29:27 +0000
committerseb <seb@pkgsrc.org>2003-06-23 11:29:27 +0000
commit93e3a67cea653d94a6bc459710418e5fc9d8fffb (patch)
tree3e43aaa47f823f7e91b0ab46de43e0abfe013a36 /devel/libtool-info/Makefile
parent3a1b520dce0dc3730eaf191c7b6f8c907a3676fb (diff)
downloadpkgsrc-93e3a67cea653d94a6bc459710418e5fc9d8fffb.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel/libtool-info/Makefile')
-rw-r--r--devel/libtool-info/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libtool-info/Makefile b/devel/libtool-info/Makefile
index 145faf6fa7b..a099a39914e 100644
--- a/devel/libtool-info/Makefile
+++ b/devel/libtool-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/04/17 13:24:24 martti Exp $
+# $NetBSD: Makefile,v 1.10 2003/06/23 11:29:27 seb Exp $
#
.include "../libtool/Makefile.common"
@@ -10,7 +10,9 @@ COMMENT= Generic shared library support script - info pages
CONFLICTS+= libtool<1.3.5nb11
-TEXINFO_OVERRIDE= YES
+USE_NEW_TEXINFO= YES
+USE_MAKEINFO= YES
+INFO_FILES= libtool.info
# It seems the info-files distributed with libtool 1.3.5 are broken.
# To test, type "info libtool|" and hold down space. See it stop with a
@@ -25,5 +27,4 @@ do-build:
do-install:
cd ${WRKSRC}/doc ; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"