ports/irc/undernet-ircu/files/patch-ircd-Makefile.in
Beech Rintoul e9bd50a844 - Update to 2.10.12.12
PR:		ports/123183
Submitted by:	Walter Venable <weaseal@users.sourceforge.net> (maintainer)
2008-05-01 00:31:56 +00:00

20 lines
1.1 KiB
Text

--- ircd/Makefile.in 2007-10-29 21:16:57.000000000 -0400
+++ ircd/Makefile.in 2008-04-12 21:30:24.000000000 -0400
@@ -288,7 +288,7 @@
@${RM} /tmp/ircd.tag
${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR}
${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR}
- ${INSTALL} -m 600 -o ${IRCDOWN} -g ${IRCDGRP} ${top_srcdir}/doc/example.conf ${DPATH}
+ ${INSTALL} -m 600 -o ${IRCDOWN} -g ${IRCDGRP} ${top_srcdir}/doc/example.conf ${DPATH}/ircd.conf.example
install-no-symlink: build mkbindir
@if [ ! -d ${DPATH} -a ! -f ${DPATH} ]; then \
@@ -302,7 +302,7 @@
${INSTALL} -m ${IRCDMODE} -o ${IRCDOWN} -g ${IRCDGRP} ircd ${BINDIR}/ircd
${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} umkpasswd ${BINDIR}
${INSTALL} -s -m 700 -o ${IRCDOWN} -g ${IRCDGRP} convert-conf ${BINDIR}
- ${INSTALL} -m 600 -o ${IRCDOWN} -g ${IRCDGRP} ${top_srcdir}/doc/example.conf ${DPATH}
+ ${INSTALL} -m 600 -o ${IRCDOWN} -g ${IRCDGRP} ${top_srcdir}/doc/example.conf ${DPATH}/ircd.conf.example
uninstall:
@if [ "${BINDIR}" != "${DPATH}" ]; then \