diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-23 00:39:14 +0800 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-23 00:39:14 +0800 |
commit | 3e81d0959ee9f66b064c410cd4924f457ba9d0e3 (patch) | |
tree | dec1414b40442414146af82ec28f3fa6cc156fad /net-im/jabber/files | |
parent | a90f852e222cda40cf391178ee60dd4110571077 (diff) | |
download | freebsd-ports-gnome-3e81d0959ee9f66b064c410cd4924f457ba9d0e3.tar.gz freebsd-ports-gnome-3e81d0959ee9f66b064c410cd4924f457ba9d0e3.tar.zst freebsd-ports-gnome-3e81d0959ee9f66b064c410cd4924f457ba9d0e3.zip |
update aim-transport to 0.9.24c.
update irc-transport to 0.1.1-1.4.
differences from the PR:
- install jud.so correctly.
- bump PORTREVISION.
PR: 34156
Submitted by: maintainer
Diffstat (limited to 'net-im/jabber/files')
-rw-r--r-- | net-im/jabber/files/patch-ab | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-im/jabber/files/patch-ab b/net-im/jabber/files/patch-ab index e3c1080d575f..214993d4645b 100644 --- a/net-im/jabber/files/patch-ab +++ b/net-im/jabber/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Jan 21 05:32:48 2001 -+++ Makefile Sat Jun 16 14:40:48 2001 +--- Makefile.orig Sun Jan 21 14:32:48 2001 ++++ Makefile Tue Jan 22 23:55:05 2002 @@ -4,6 +4,15 @@ include platform-settings @@ -16,7 +16,7 @@ all: all-recursive -@@ -13,8 +22,33 @@ +@@ -13,8 +22,35 @@ single: single-recursive @@ -27,6 +27,8 @@ + @install -c jabber.xml ${PREFIX}/etc/jabber.xml.sample + @install -d ${LIBDIR}/jsm + @install -c jsm/jsm.so ${LIBDIR}/jsm ++ @install -d ${LIBDIR}/jud ++ @install -c jud/jud.so ${LIBDIR}/jud + @install -d ${LIBDIR}/xdb_file + @install -c xdb_file/xdb_file.so ${LIBDIR}/xdb_file + @install -d ${LIBDIR}/pthsock |