diff options
author | seb <seb@pkgsrc.org> | 2003-07-05 15:53:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-05 15:53:33 +0000 |
commit | 659a3a05ef309eab8c11424cbecaabb37b8d7211 (patch) | |
tree | cfab83fc106e94511016c81d54da153c6226add5 /lang/librep/Makefile | |
parent | be3b4db1d4398f7e97db0d67cc4d83ea65e32c92 (diff) | |
download | pkgsrc-659a3a05ef309eab8c11424cbecaabb37b8d7211.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r-- | lang/librep/Makefile | 7 |
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" |