Ticket #30673: nodejs-docs.diff
File nodejs-docs.diff, 835 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
5 5 6 6 name nodejs 7 7 version 0.4.10 8 revision 1 8 9 categories devel net 9 10 platforms darwin 10 11 maintainers ciserlohn … … 94 95 LDFLAGS="${configure.ldflags} ${configure.ld_archflags}" \ 95 96 PYTHON=${py27_bin} 96 97 98 post-destroot { 99 set docdir ${destroot}${prefix}/share/doc/${name} 100 xinstall -d ${docdir} 101 xinstall -m 644 -W ${worksrcpath} \ 102 AUTHORS \ 103 ChangeLog \ 104 LICENSE \ 105 README.md \ 106 TODO \ 107 ${docdir} 108 } 109 97 110 livecheck.type regex 98 111 livecheck.regex node-v(\\d+\\.\[02468\]+\\.\\d+)