summaryrefslogtreecommitdiff
path: root/net-im/jabber/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/jabber/files/patch-ab')
-rw-r--r--net-im/jabber/files/patch-ab53
1 files changed, 0 insertions, 53 deletions
diff --git a/net-im/jabber/files/patch-ab b/net-im/jabber/files/patch-ab
deleted file mode 100644
index e3c1080d575f..000000000000
--- a/net-im/jabber/files/patch-ab
+++ /dev/null
@@ -1,53 +0,0 @@
---- Makefile.orig Sun Jan 21 05:32:48 2001
-+++ Makefile Sat Jun 16 14:40:48 2001
-@@ -4,6 +4,15 @@
- include platform-settings
-
- SUBDIRS=pthsock xdb_file dnsrv jsm dialback jabberd
-+SUBDIRS+=aim-transport
-+SUBDIRS+=conference
-+SUBDIRS+=icq-transport
-+SUBDIRS+=irc-transport
-+SUBDIRS+=jud
-+SUBDIRS+=msn-transport
-+SUBDIRS+=yahoo-transport
-+
-+
-
- all: all-recursive
-
-@@ -13,8 +22,33 @@
-
- single: single-recursive
-
-+LIBDIR=${PREFIX}/lib/jabber
- install:
-- printf "\n\nNo actual make install, you just run it out of the directory!\n"
-+ @install -c jabberd/jabberd ${PREFIX}/bin
-+ @install -c jabber.xml ${PREFIX}/etc/jabber.xml.sample
-+ @install -d ${LIBDIR}/jsm
-+ @install -c jsm/jsm.so ${LIBDIR}/jsm
-+ @install -d ${LIBDIR}/xdb_file
-+ @install -c xdb_file/xdb_file.so ${LIBDIR}/xdb_file
-+ @install -d ${LIBDIR}/pthsock
-+ @install -c pthsock/pthsock_client.so ${LIBDIR}/pthsock
-+ @install -d ${LIBDIR}/dnsrv
-+ @install -c dnsrv/dnsrv.so ${LIBDIR}/dnsrv
-+ @install -d ${LIBDIR}/dialback
-+ @install -c dialback/dialback.so ${LIBDIR}/dialback
-+
-+ @install -d ${LIBDIR}/aim-transport
-+ @install -c aim-transport/src/aimtrans.so ${LIBDIR}/aim-transport
-+ @install -d ${LIBDIR}/conference
-+ @install -c conference/conference.so ${LIBDIR}/conference
-+ @install -d ${LIBDIR}/icq-transport
-+ @install -c icq-transport/icqtrans.so ${LIBDIR}/icq-transport
-+ @install -d ${LIBDIR}/irc-transport
-+ @install -c irc-transport/src/irc_transport.so ${LIBDIR}/irc-transport
-+ @install -d ${LIBDIR}/msn-transport
-+ @install -c msn-transport/msntrans.so ${LIBDIR}/msn-transport
-+ @install -d ${LIBDIR}/yahoo-transport
-+ @install -c yahoo-transport/src/yahootrans.so ${LIBDIR}/yahoo-transport
-
- all-local:
-