diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-27 06:09:27 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-27 06:09:27 +0000 |
commit | 4019b070f6746eb2a0556fd6ac002eb6dce8ec70 (patch) | |
tree | d24afa98baa95e0b695620c127d103e5c2b0483f /irc/ircd-ratbox-devel/files/patch-modules_Makefile.in | |
parent | USE_MESA has been removed from bsd.port.mk. (diff) |
Add ircd-ratbox.
This is a port of the ircd-ratbox IRC daemon.
ircd-ratbox is the primary ircd used on EFnet; it combines the stability
of an ircd required for a large production network together with a rich
set of features, making it also suitable for use on smaller networks.
WWW: http://www.ircd-ratbox.org/
PR: ports/92404
Submitted by: Shaun Amott <shaun@inerd.com>
Notes
Notes:
svn path=/head/; revision=154556
Diffstat (limited to 'irc/ircd-ratbox-devel/files/patch-modules_Makefile.in')
-rw-r--r-- | irc/ircd-ratbox-devel/files/patch-modules_Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/irc/ircd-ratbox-devel/files/patch-modules_Makefile.in b/irc/ircd-ratbox-devel/files/patch-modules_Makefile.in new file mode 100644 index 000000000000..09c39d6f5f7f --- /dev/null +++ b/irc/ircd-ratbox-devel/files/patch-modules_Makefile.in @@ -0,0 +1,16 @@ +--- modules/Makefile.in.orig Sun Jul 17 18:55:27 2005 ++++ modules/Makefile.in Mon Jan 23 23:19:03 2006 +@@ -147,13 +147,6 @@ + -@if test ! -d $(DESTDIR)$(moduledir); then \ + mkdir $(DESTDIR)$(moduledir); \ + fi +- -@if test -d $(DESTDIR)$(moduledir)-old; then \ +- rm -rf $(DESTDIR)$(moduledir)-old; \ +- fi +- -@if test -d $(DESTDIR)$(moduledir); then \ +- echo "ircd: backing up modules"; \ +- mv $(DESTDIR)$(moduledir) $(DESTDIR)$(moduledir)-old; \ +- fi + + @mkdir -p -m 755 $(DESTDIR)$(moduledir) + @mkdir -p -m 755 $(DESTDIR)$(automoduledir) |