Ticket #20175: rxvt-unicode-xterm-colors.diff

File rxvt-unicode-xterm-colors.diff, 1.1 KB (added by dsturnbull@…, 15 years ago)

changes to Portfile

  • Portfile

    old new  
    1313
    1414name            rxvt-unicode
    1515version         9.06
    16 revision        2
     16revision        3
    1717categories      x11
    1818maintainers     nomaintainer
    1919description     Unicode-aware rxvt clone.
     
    5757# port:perl5 is not universal
    5858universal_variant   no
    5959
     60variant xterm_colors_256 description {256 colors patch via xterm} {
     61    use_autoconf yes
     62    patchfiles-append patch-urxvt-8.2-256color.diff
     63    configure.args-append --enable-xterm-colors=256
     64}
     65
    6066destroot.env    TERMINFO=${destroot}${prefix}/share/terminfo
    6167pre-destroot {
    6268    xinstall -m 755 -d ${destroot}${prefix}/share/terminfo
     
    6672    xinstall -m 644 -W ${worksrcpath} COPYING Changes INSTALL README.FAQ README.configure ${destroot}${prefix}/share/doc/${name}
    6773    xinstall -m 644 -W ${worksrcpath}/doc/etc rxvt-unicode.termcap rxvt-unicode.terminfo ${destroot}${prefix}/share/doc/${name}/etc
    6874}
     75