mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -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>
12 lines
461 B
Text
12 lines
461 B
Text
--- tools/Makefile.in.orig Thu Jun 17 23:19:00 2004
|
|
+++ tools/Makefile.in Fri Jan 27 02:30:32 2006
|
|
@@ -92,9 +92,6 @@
|
|
install: install-mkdirs build
|
|
@echo "ircd: installing tools ($(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; \
|
|
$(RM) -f $(DESTDIR)$(bindir)/vimotd $(DESTDIR)$(bindir)/viklines
|