freebsd-ports/russian/ircd-hybrid/files/patch-etc-Makefile.in
Kirill Ponomarev 44ca531f8d Add ircd-hybrid-ru 7.1,
ircd-hybrid-ru is russian version of well known hybrid IRC
server with plently number of features. it can handle russian
channel names, nicknames and harset recoding

PR:		60244
Submitted by:	Evgueni V. Gavrilov <aquatique@rusunix.org>
2003-12-15 08:30:40 +00:00

11 lines
388 B
Text

--- etc/Makefile.in.orig Sun Dec 14 14:56:56 2003
+++ etc/Makefile.in Sun Dec 14 14:57:51 2003
@@ -27,6 +27,8 @@
echo $(INSTALL_DATA) $$i $(sysconfdir); \
$(INSTALL_DATA) $$i $(sysconfdir); \
done
+ mkdir -p $(sysconfdir)/codepage; \
+ $(INSTALL_DATA) codepage/* $(sysconfdir)/codepage/
@echo "Note: more example configuration files can be found in this directory (etc/)."