fe597a12aa
more generic "rxvt-256color". Warning: a recent -current is required (one with latest nicm@'s commit to libcurses). Maintainer's OK
13 lines
557 B
Plaintext
13 lines
557 B
Plaintext
$OpenBSD: patch-doc_Makefile_in,v 1.3 2011/09/23 15:02:13 dcoppa Exp $
|
|
--- doc/Makefile.in.orig Mon May 2 11:58:32 2011
|
|
+++ doc/Makefile.in Fri Sep 23 14:59:07 2011
|
|
@@ -98,7 +98,7 @@ install: all
|
|
$(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
|
|
@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)
|
|
@IF_PERL@ $(INSTALL_DATA) rxvtperl.3.man $(DESTDIR)$(man3dir)/$(RXVTNAME)perl.$(man3ext)
|
|
- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo
|
|
+ @TIC@ -o $(DESTDIR)$(prefix)/share/terminfo $(srcdir)/etc/rxvt-unicode.terminfo
|
|
|
|
distdepend: alldoc
|
|
|