mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Change PORTDATA=*, PORTDOCS=* and PORTEXAMPLES=* to PLIST entries
This commit is contained in:
parent
b14063e25f
commit
c6425427c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451535
2 changed files with 37 additions and 3 deletions
|
@ -26,9 +26,6 @@ USE_PERL5= build
|
||||||
USES= charsetfix localbase makeinfo perl5 tar:xz
|
USES= charsetfix localbase makeinfo perl5 tar:xz
|
||||||
|
|
||||||
INFO= bison
|
INFO= bison
|
||||||
PORTDATA= *
|
|
||||||
PORTDOCS= *
|
|
||||||
PORTEXAMPLES= *
|
|
||||||
|
|
||||||
NLS_CONFIGURE_ENABLE= nls
|
NLS_CONFIGURE_ENABLE= nls
|
||||||
NLS_USES= gettext
|
NLS_USES= gettext
|
||||||
|
|
|
@ -1,6 +1,43 @@
|
||||||
bin/bison
|
bin/bison
|
||||||
man/man1/bison.1.gz
|
man/man1/bison.1.gz
|
||||||
share/aclocal/bison-i18n.m4
|
share/aclocal/bison-i18n.m4
|
||||||
|
%%DATADIR%%/README
|
||||||
|
%%DATADIR%%/bison.m4
|
||||||
|
%%DATADIR%%/c++-skel.m4
|
||||||
|
%%DATADIR%%/c++.m4
|
||||||
|
%%DATADIR%%/c-like.m4
|
||||||
|
%%DATADIR%%/c-skel.m4
|
||||||
|
%%DATADIR%%/c.m4
|
||||||
|
%%DATADIR%%/glr.c
|
||||||
|
%%DATADIR%%/glr.cc
|
||||||
|
%%DATADIR%%/java-skel.m4
|
||||||
|
%%DATADIR%%/java.m4
|
||||||
|
%%DATADIR%%/lalr1.cc
|
||||||
|
%%DATADIR%%/lalr1.java
|
||||||
|
%%DATADIR%%/location.cc
|
||||||
|
%%DATADIR%%/m4sugar/foreach.m4
|
||||||
|
%%DATADIR%%/m4sugar/m4sugar.m4
|
||||||
|
%%DATADIR%%/stack.hh
|
||||||
|
%%DATADIR%%/variant.hh
|
||||||
|
%%DATADIR%%/xslt/bison.xsl
|
||||||
|
%%DATADIR%%/xslt/xml2dot.xsl
|
||||||
|
%%DATADIR%%/xslt/xml2text.xsl
|
||||||
|
%%DATADIR%%/xslt/xml2xhtml.xsl
|
||||||
|
%%DATADIR%%/yacc.c
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++-driver.cc
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++-driver.hh
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++-parser.yy
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++-scanner.ll
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc++/calc++.cc
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/calc.h
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mfcalc/mfcalc.y
|
||||||
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rpcalc/rpcalc.y
|
||||||
%%NLS%%share/locale/ast/LC_MESSAGES/bison-runtime.mo
|
%%NLS%%share/locale/ast/LC_MESSAGES/bison-runtime.mo
|
||||||
%%NLS%%share/locale/da/LC_MESSAGES/bison-runtime.mo
|
%%NLS%%share/locale/da/LC_MESSAGES/bison-runtime.mo
|
||||||
%%NLS%%share/locale/da/LC_MESSAGES/bison.mo
|
%%NLS%%share/locale/da/LC_MESSAGES/bison.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue