summaryrefslogtreecommitdiff
path: root/lang/librep/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-07-05 15:53:33 +0000
committerseb <seb@pkgsrc.org>2003-07-05 15:53:33 +0000
commit659a3a05ef309eab8c11424cbecaabb37b8d7211 (patch)
treecfab83fc106e94511016c81d54da153c6226add5 /lang/librep/Makefile
parentbe3b4db1d4398f7e97db0d67cc4d83ea65e32c92 (diff)
downloadpkgsrc-659a3a05ef309eab8c11424cbecaabb37b8d7211.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r--lang/librep/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index d6ef0e7279c..8d45adaefbc 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/02/21 12:53:23 mycroft Exp $
+# $NetBSD: Makefile,v 1.27 2003/07/05 15:53:33 seb Exp $
#
DISTNAME= librep-${REP_VERS}
@@ -28,6 +28,10 @@ CONFIGURE_ARGS+= --enable-static
TEXINFO_OVERRIDE= YES
TEXINFO_PATTERNS+= Makedefs.in
+USE_NEW_TEXINFO= YES
+USE_MAKEINFO= YES
+INFO_FILES= librep.info
+
PLIST_SUBST+= REP_VERS=${REP_VERS}
post-install:
@@ -38,5 +42,4 @@ post-install:
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/gmp/buildlink2.mk"
.include "../../devel/readline/buildlink2.mk"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"