Lines 2-10
Link Here
|
2 |
@unexec if [ -f %D/etc/lynx.cfg ] && cmp -s %D/etc/lynx.cfg %D/etc/lynx.cfg.default; then rm -f %D/etc/lynx.cfg; fi |
2 |
@unexec if [ -f %D/etc/lynx.cfg ] && cmp -s %D/etc/lynx.cfg %D/etc/lynx.cfg.default; then rm -f %D/etc/lynx.cfg; fi |
3 |
etc/lynx.cfg.default |
3 |
etc/lynx.cfg.default |
4 |
@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi |
4 |
@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi |
5 |
%%ENABLE_COLOR_STYLE%%@unexec if [ -f %D/etc/lynx.lss ] && cmp -s %D/etc/lynx.lss %D/etc/lynx.lss.default; then rm -f %D/etc/lynx.lss; fi |
5 |
%%WITH_COLOR_STYLE%%@unexec if [ -f %D/etc/lynx.lss ] && cmp -s %D/etc/lynx.lss %D/etc/lynx.lss.default; then rm -f %D/etc/lynx.lss; fi |
6 |
%%ENABLE_COLOR_STYLE%%etc/lynx.lss.default |
6 |
%%WITH_COLOR_STYLE%%etc/lynx.lss.default |
7 |
%%ENABLE_COLOR_STYLE%%@exec if [ ! -f %D/etc/lynx.lss ] ; then cp -p %D/%F %B/lynx.lss; fi |
7 |
%%WITH_COLOR_STYLE%%@exec if [ ! -f %D/etc/lynx.lss ] ; then cp -p %D/%F %B/lynx.lss; fi |
8 |
@exec mkdir -p %D/share/lynx_help |
8 |
@exec mkdir -p %D/share/lynx_help |
9 |
%%PORTDOCS%%%%DOCSDIR%%/CHANGES |
9 |
%%PORTDOCS%%%%DOCSDIR%%/CHANGES |
10 |
%%PORTDOCS%%%%DOCSDIR%%/COPYHEADER |
10 |
%%PORTDOCS%%%%DOCSDIR%%/COPYHEADER |
Lines 27-35
Link Here
|
27 |
%%PORTDOCS%%%%DOCSDIR%%/docs/OS-390.announce |
27 |
%%PORTDOCS%%%%DOCSDIR%%/docs/OS-390.announce |
28 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.TRST |
28 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.TRST |
29 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.chartrans |
29 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.chartrans |
|
|
30 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.cookies |
30 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.defines |
31 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.defines |
31 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.jp |
32 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.jp |
32 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.metrics |
33 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.metrics |
|
|
34 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.options |
35 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.release |
33 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.rootcerts |
36 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.rootcerts |
34 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.ssl |
37 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.ssl |
35 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.sslcerts |
38 |
%%PORTDOCS%%%%DOCSDIR%%/docs/README.sslcerts |
Lines 55-60
Link Here
|
55 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx-keymaps |
58 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx-keymaps |
56 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.bat |
59 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.bat |
57 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.com |
60 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.com |
|
|
61 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.ico |
58 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.lss |
62 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx.lss |
59 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx_bookmarks.htm |
63 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynx_bookmarks.htm |
60 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynxdump |
64 |
%%PORTDOCS%%%%DOCSDIR%%/samples/lynxdump |
Lines 69-78
Link Here
|
69 |
%%PORTDOCS%%%%DOCSDIR%%/test/ISO_LATIN1_test.html |
73 |
%%PORTDOCS%%%%DOCSDIR%%/test/ISO_LATIN1_test.html |
70 |
%%PORTDOCS%%%%DOCSDIR%%/test/README.txt |
74 |
%%PORTDOCS%%%%DOCSDIR%%/test/README.txt |
71 |
%%PORTDOCS%%%%DOCSDIR%%/test/TestComment.html |
75 |
%%PORTDOCS%%%%DOCSDIR%%/test/TestComment.html |
|
|
76 |
%%PORTDOCS%%%%DOCSDIR%%/test/bad-html.html |
72 |
%%PORTDOCS%%%%DOCSDIR%%/test/c1.html |
77 |
%%PORTDOCS%%%%DOCSDIR%%/test/c1.html |
|
|
78 |
%%PORTDOCS%%%%DOCSDIR%%/test/cp-1252.html |
79 |
%%PORTDOCS%%%%DOCSDIR%%/test/cp-1252a.html |
73 |
%%PORTDOCS%%%%DOCSDIR%%/test/index.html |
80 |
%%PORTDOCS%%%%DOCSDIR%%/test/index.html |
74 |
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1.html |
81 |
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1.html |
|
|
82 |
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-1a.html |
75 |
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-2.html |
83 |
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-2.html |
|
|
84 |
%%PORTDOCS%%%%DOCSDIR%%/test/iso-8859-2a.html |
76 |
%%PORTDOCS%%%%DOCSDIR%%/test/koi8-r.html |
85 |
%%PORTDOCS%%%%DOCSDIR%%/test/koi8-r.html |
77 |
%%PORTDOCS%%%%DOCSDIR%%/test/quickbrown.html |
86 |
%%PORTDOCS%%%%DOCSDIR%%/test/quickbrown.html |
78 |
%%PORTDOCS%%%%DOCSDIR%%/test/raw8bit.html |
87 |
%%PORTDOCS%%%%DOCSDIR%%/test/raw8bit.html |