freebsd-ports/irc/tr-ircd/files/patch-doc::Makefile.in
Ying-Chieh Liao 49bdc9676c add tr-ircd 5.0.p6
An irc daeemon based on Bahamut and hybrid-7

PR:		37764
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-05-21 08:03:23 +00:00

13 lines
438 B
Plaintext

--- doc/Makefile.in.orig Sun May 5 11:01:56 2002
+++ doc/Makefile.in Sun May 5 11:03:18 2002
@@ -60,7 +60,8 @@
install: build
@echo "Installing config files"
$(INSTALL) -d ${sysconfdir}
- ${INSTALL} $(CONFS) $(DEFAULTCONFS) ${sysconfdir}
+ ${INSTALL} $(CONFS) ${sysconfdir}/ircd.conf.sample
+ ${INSTALL} $(DEFAULTCONFS) ${sysconfdir}
touch ${sysconfdir}/kline.conf
@echo "Installing manpages"
$(INSTALL) -d ${mandir}