1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11/rxvt-unicode/files/patch-doc-Makefile.in
Thierry Thomas 1b436676c9 Add a script to start urxvtc and urxvtd if it isn't running already.
This script is described in urxvtc(1).
Debian also uses this and the Manpage is from Debian.

PR:		ports/150976
Submitted by:	Simon Olofsson <simon (at) olofsson.de>
2010-09-27 20:04:08 +00:00

11 lines
594 B
Plaintext

--- doc/Makefile.in.orig 2010-09-26 22:34:30.000000000 +0200
+++ doc/Makefile.in 2010-09-26 22:33:53.000000000 +0200
@@ -94,6 +94,7 @@
$(INSTALL) -d $(DESTDIR)$(man7dir)
$(INSTALL_DATA) rxvt.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME).$(man1ext)
$(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext)
+ $(INSTALL_DATA) urxvtcd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)cd.$(man1ext)
$(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext)
$(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext)
@IF_PERL@ $(INSTALL) -d $(DESTDIR)$(man3dir)