1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/irc/ircd-ratbox/files/patch-help_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

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