Ticket #30673: nodejs-docs.diff

File nodejs-docs.diff, 835 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

proposed patch

  • Portfile

     
    55
    66name                    nodejs
    77version                 0.4.10
     8revision                1
    89categories              devel net
    910platforms               darwin
    1011maintainers             ciserlohn
     
    9495                    LDFLAGS="${configure.ldflags} ${configure.ld_archflags}" \
    9596                    PYTHON=${py27_bin}
    9697
     98post-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
    97110livecheck.type      regex
    98111livecheck.regex     node-v(\\d+\\.\[02468\]+\\.\\d+)