mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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>
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
--- src/Makefile.in.orig Thu Feb 24 01:48:06 2005
|
|
+++ src/Makefile.in Fri Jan 27 02:29:08 2006
|
|
@@ -125,9 +125,6 @@
|
|
fi
|
|
@echo "ircd: installing ircd ($(PROGS))"
|
|
@for i in $(PROGS); do \
|
|
- if test -f $(DESTDIR)$(bindir)/$$i; then \
|
|
- $(MV) $(DESTDIR)$(bindir)/$$i $(DESTDIR)$(bindir)/$$i.old; \
|
|
- fi; \
|
|
$(INSTALL_BIN) $$i $(DESTDIR)$(bindir); \
|
|
done
|
|
|