diff options
author | seb <seb@pkgsrc.org> | 2003-06-19 21:48:04 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-19 21:48:04 +0000 |
commit | 2cc5045c97c41d8177ca52d131a06e9036a34afa (patch) | |
tree | c5c5e7373be5115e1ffdc953f24a6a530ce506dc /devel/bison/Makefile | |
parent | 5ab8be8066273669ac731b3a0f60adee2c6fa7d9 (diff) | |
download | pkgsrc-2cc5045c97c41d8177ca52d131a06e9036a34afa.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 0a78ba53210..107a0bb48e7 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2003/01/20 16:27:41 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2003/06/19 21:49:50 seb Exp $ DISTNAME= bison-1.875 PKGREVISION= 1 @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES M4= ${LOCALBASE}/bin/gm4 +USE_NEW_TEXINFO= YES INFO_FILES= bison.info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |