ports/irc/ircd-ratbox/files/patch-modules_Makefile.in
Jean-Yves Lefort 4019b070f6 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>
2006-01-27 06:09:27 +00:00

16 lines
566 B
Text

--- 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)