summaryrefslogtreecommitdiff
path: root/irc/ratbox-services/files/patch-Makefile.in
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-01 12:45:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-01 12:45:14 +0000
commitb873fc159ab9ef5cace8a31e25945ddabbb726bf (patch)
treea3f8f3b276471b6778c2f2488e261a2da1160f91 /irc/ratbox-services/files/patch-Makefile.in
parent- Update to 0.5.1 (diff)
ratbox-services is a services package written mostly from scratch for
use with ircd-ratbox. It is highly configurable, with nearly all options being set in a config that can be rehashed rather than set at compile time. It also uses the SQLite database backend, which works as a database interface to a normal file, meaning no seperate database software must be running. Features: - User, nick and channel services - Jupe service - Global message service - Oper services - Opered bot - List service WWW: http://services.ircd-ratbox.org/ PR: ports/92520 Submitted by: Shaun Amott <shaun@inerd.com>
Notes
Notes: svn path=/head/; revision=161043
Diffstat (limited to 'irc/ratbox-services/files/patch-Makefile.in')
-rw-r--r--irc/ratbox-services/files/patch-Makefile.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/irc/ratbox-services/files/patch-Makefile.in b/irc/ratbox-services/files/patch-Makefile.in
new file mode 100644
index 000000000000..d5bbdf94849a
--- /dev/null
+++ b/irc/ratbox-services/files/patch-Makefile.in
@@ -0,0 +1,29 @@
+--- Makefile.in.orig Wed May 18 00:33:18 2005
++++ Makefile.in Sat Jan 28 22:58:12 2006
+@@ -6,7 +6,7 @@
+ LIBS=@LIBS@
+ LDFLAGS=@LDFLAGS@
+
+-SUBDIRS=@SQLITE_SUBDIR@ src help
++SUBDIRS=src help
+
+ prefix=@prefix@
+ exec_prefix=@prefix@
+@@ -36,17 +36,6 @@
+ done
+
+ install: build
+- $(INSTALL) -m 750 -d $(DESTDIR)$(prefix)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(bindir)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(sbindir)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(sysconfdir)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(logdir)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(rundir)
+- $(INSTALL) -m 750 -d $(DESTDIR)$(helpdir)
+- $(INSTALL) -m 750 tools/ircd-shortcut.pl $(DESTDIR)$(bindir)
+- $(INSTALL) -m 750 src/$(BIN) $(DESTDIR)$(sbindir)
+- $(INSTALL) -m 640 doc/example.conf $(DESTDIR)$(sysconfdir)
+- $(INSTALL) -m 640 doc/schema.txt $(DESTDIR)$(sysconfdir)
+ @for i in $(SUBDIRS); do \
+ echo "install -> $$i"; \
+ cd $$i; \