Revision: 93956 https://trac.macports.org/changeset/93956 Author: jmr@macports.org Date: 2012-06-05 00:42:13 -0700 (Tue, 05 Jun 2012) Log Message: ----------- w3m: install docs (#31612) Modified Paths: -------------- trunk/dports/www/w3m/Portfile Modified: trunk/dports/www/w3m/Portfile =================================================================== --- trunk/dports/www/w3m/Portfile 2012-06-05 06:55:20 UTC (rev 93955) +++ trunk/dports/www/w3m/Portfile 2012-06-05 07:42:13 UTC (rev 93956) @@ -5,7 +5,7 @@ name w3m version 0.5.3 -revision 1 +revision 2 categories www license MIT maintainers mnick openmaintainer @@ -39,6 +39,12 @@ post-destroot { xinstall -m 755 -d ${destroot}${prefix}/etc/w3m xinstall -m 644 -W ${filespath} mailcap-dist ${destroot}${prefix}/etc/w3m + xinstall -d ${destroot}${prefix}/share/doc/w3m + xinstall -m 644 -W ${worksrcpath}/doc FAQ.html HISTORY MANUAL.html README \ + README.cookie README.dict README.func README.img README.m17n \ + README.mouse README.passwd README.pre_form README.tab STORY.html \ + keymap.default keymap.lynx menu.default menu.submenu \ + ${destroot}${prefix}/share/doc/w3m } post-activate {
participants (1)
-
jmr@macports.org