mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
PR: ports/123183 Submitted by: Walter Venable <weaseal@users.sourceforge.net> (maintainer)
20 lines
1.1 KiB
Text
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 \
|