diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-20 16:27:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-20 16:27:41 +0000 |
commit | dac4037e6b9309e7564576633750884880cafe7d (patch) | |
tree | 8fd2a10ba05c0292597338ca2f909e0f81c8e3fd /devel/bison | |
parent | a4764c1249abce50c441435349b2e4fa5423f5f8 (diff) | |
download | pkgsrc-dac4037e6b9309e7564576633750884880cafe7d.tar.gz |
Undo last -- adding stamp-vti to AUTOMAKE_PATTERNS in bsd.pkg.mk fixes this correctly.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 667761654b8..0a78ba53210 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2003/01/20 14:46:14 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2003/01/20 16:27:41 wiz Exp $ DISTNAME= bison-1.875 PKGREVISION= 1 @@ -20,7 +20,5 @@ M4= ${LOCALBASE}/bin/gm4 INFO_FILES= bison.info -TEXINFO_REQD= 4.2 - .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |