mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
4019b070f6
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>
18 lines
532 B
Plaintext
18 lines
532 B
Plaintext
--- help/Makefile.in.orig Mon Sep 12 16:58:45 2005
|
|
+++ help/Makefile.in Mon Jan 23 23:15:32 2006
|
|
@@ -63,14 +63,6 @@
|
|
rm -f opers/index.tmp
|
|
|
|
install:
|
|
- -@if test -d $(DESTDIR)$(helpdir)-old; then \
|
|
- rm -rf $(DESTDIR)$(helpdir)-old; \
|
|
- fi
|
|
- -@if test -d $(DESTDIR)$(helpdir); then \
|
|
- echo "ircd: backing up old help files"; \
|
|
- mv $(DESTDIR)$(helpdir) $(DESTDIR)$(helpdir)-old; \
|
|
- fi
|
|
-
|
|
@echo "ircd: setting up help directory structure"
|
|
@mkdir -p -m 755 $(DESTDIR)$(helpdir)
|
|
@mkdir -p -m 755 $(DESTDIR)$(helpdir)/opers
|