mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
11 lines
594 B
Plaintext
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)
|