diff options
author | seanc <seanc@FreeBSD.org> | 2003-05-07 12:48:05 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-05-07 12:48:05 +0800 |
commit | c82389f997bb5748e4ea2bc3a74a391fb6d78086 (patch) | |
tree | 3547f9d8836f32fe94da14a5b1759d780c8ecb5d /devel/bison-devel/pkg-plist | |
parent | d2ce609ea32cbd6682f22d7455fa56305a8dafb7 (diff) | |
download | freebsd-ports-gnome-c82389f997bb5748e4ea2bc3a74a391fb6d78086.tar.gz freebsd-ports-gnome-c82389f997bb5748e4ea2bc3a74a391fb6d78086.tar.zst freebsd-ports-gnome-c82389f997bb5748e4ea2bc3a74a391fb6d78086.zip |
Add bison 1.875. Some grammars require the new version of Bison (such as
PostgreSQL), however the new bison also breaks many many ports. Compromise
with a new port. Installs as bison and _not_ bison1875 and should be
mutually exclusive to the main bison port. Hopefully the bison authors will
clean up their product and this port can disappear when the base bison port
is updated in the future or enough ports are updated to work with newer
versions of bison.
Repo copied by: fjoe
Approved by: kris
Diffstat (limited to 'devel/bison-devel/pkg-plist')
-rw-r--r-- | devel/bison-devel/pkg-plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/bison-devel/pkg-plist b/devel/bison-devel/pkg-plist index 40c58142784a..040e1d6550ae 100644 --- a/devel/bison-devel/pkg-plist +++ b/devel/bison-devel/pkg-plist @@ -1,14 +1,17 @@ @comment $FreeBSD$ bin/bison +bin/yacc @unexec install-info --delete %D/info/bison.info %D/info/dir info/bison.info +lib/liby.a @exec install-info %D/info/bison.info %D/info/dir share/bison/c.m4 share/bison/glr.c share/bison/lalr1.cc share/bison/m4sugar/m4sugar.m4 -share/bison/m4sugar/version.m4 +share/bison/README share/bison/yacc.c +share/locale/da/LC_MESSAGES/bison.mo share/locale/de/LC_MESSAGES/bison.mo share/locale/es/LC_MESSAGES/bison.mo share/locale/et/LC_MESSAGES/bison.mo |