diff options
author | obrien <obrien@FreeBSD.org> | 2001-09-23 00:21:23 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-09-23 00:21:23 +0000 |
commit | 54f170cce95f1129327c8c3e0b03d9c4768a9c3f (patch) | |
tree | 2da3c76b8c9838f39c58711f915837e806c700dc /devel/bison2/pkg-plist | |
parent | b54035ffff3668e0d4af3da5dcd9bec52def5690 (diff) | |
download | FreeBSD-ports-54f170cce95f1129327c8c3e0b03d9c4768a9c3f.zip FreeBSD-ports-54f170cce95f1129327c8c3e0b03d9c4768a9c3f.tar.gz |
Update to 1.29
* Added `-g' and `--graph'.
* Added `--locations' and `%locations'.
* Added `-S' and `--skeleton'.
* `%raw', `-r', `--raw' is disabled.
* Special characters are escaped when output. This solves the problems
* New directives.
`%yacc', `%fixed_output_files', `%defines', `%no_parser', `%verbose',
`%debug', `%source_extension' and `%header_extension'.
* The input and the output files has automatically a similar extension.
Submitted by: demon
Diffstat (limited to 'devel/bison2/pkg-plist')
-rw-r--r-- | devel/bison2/pkg-plist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/bison2/pkg-plist b/devel/bison2/pkg-plist index eda9858..0d401c5 100644 --- a/devel/bison2/pkg-plist +++ b/devel/bison2/pkg-plist @@ -1,15 +1,18 @@ @comment $FreeBSD$ bin/bison -share/bison.hairy -share/bison.simple +share/bison/bison.hairy +share/bison/bison.simple @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/locale/de/LC_MESSAGES/bison.mo share/locale/es/LC_MESSAGES/bison.mo +share/locale/et/LC_MESSAGES/bison.mo share/locale/fr/LC_MESSAGES/bison.mo +share/locale/ja/LC_MESSAGES/bison.mo share/locale/nl/LC_MESSAGES/bison.mo share/locale/ru/LC_MESSAGES/bison.mo +@dirrm share/bison @unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/* 2>/dev/null || true @unexec rmdir %D/share/locale 2>/dev/null || true |