f84ed2e942
The patch allows bison to be compiled without gettext support, for use when space is tight or the gettext dependency is not desired. PR: 48824 Submitted by: Matthias Andree <matthias.andree@web.de>
27 lines
914 B
Plaintext
27 lines
914 B
Plaintext
@comment $FreeBSD$
|
|
bin/bison
|
|
@unexec install-info --delete %D/info/bison.info %D/info/dir
|
|
info/bison.info
|
|
@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/yacc.c
|
|
%%NLS%%share/locale/de/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/es/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/et/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/fr/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/id/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/it/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/ja/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/nl/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/ru/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/sv/LC_MESSAGES/bison.mo
|
|
%%NLS%%share/locale/tr/LC_MESSAGES/bison.mo
|
|
@dirrm share/bison/m4sugar
|
|
@dirrm share/bison
|