Don't install the "helpful" yacc-esque version of bison2, it causes

lots of fun and entertaining problems.

Submitted by:	nork
This commit is contained in:
Ade Lovett 2006-03-26 09:30:06 +00:00
parent b93202c714
commit 5671344c11
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158133
2 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= bison
PORTVERSION= 2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -31,8 +31,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= bison.1
INFO= bison
CONFIGURE_ARGS+=--disable-yacc
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes

View file

@ -1,8 +1,6 @@
@comment $FreeBSD$
bin/bison
bin/bison2
bin/yacc
lib/liby.a
share/aclocal/bison-i18n.m4
%%DATADIR%%/c.m4
%%DATADIR%%/c++.m4