mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
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>
16 lines
566 B
Text
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)
|