Ticket #20175: rxvt-unicode-xterm-colors.diff
File rxvt-unicode-xterm-colors.diff, 1.1 KB (added by dsturnbull@…, 15 years ago) |
---|
-
Portfile
old new 13 13 14 14 name rxvt-unicode 15 15 version 9.06 16 revision 216 revision 3 17 17 categories x11 18 18 maintainers nomaintainer 19 19 description Unicode-aware rxvt clone. … … 57 57 # port:perl5 is not universal 58 58 universal_variant no 59 59 60 variant 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 60 66 destroot.env TERMINFO=${destroot}${prefix}/share/terminfo 61 67 pre-destroot { 62 68 xinstall -m 755 -d ${destroot}${prefix}/share/terminfo … … 66 72 xinstall -m 644 -W ${worksrcpath} COPYING Changes INSTALL README.FAQ README.configure ${destroot}${prefix}/share/doc/${name} 67 73 xinstall -m 644 -W ${worksrcpath}/doc/etc rxvt-unicode.termcap rxvt-unicode.terminfo ${destroot}${prefix}/share/doc/${name}/etc 68 74 } 75