summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-03-02 21:22:14 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-03-02 21:22:14 +0000
commit05e93b1bf55262c43d026f67e587b0a424b52e00 (patch)
treecf5d3b0f48308d667ae40c716817f7b1b7632f51 /net-im
parentAdd a note about jabber-pymsn and jabber-pyicq update (diff)
Fix a wrong dir from last commit
Approved by: portmgr (erwin)
Notes
Notes: svn path=/head/; revision=156939
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jabber-pymsn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabber-pymsn/Makefile b/net-im/jabber-pymsn/Makefile
index a8b0607e26e4..f05d41eeb492 100644
--- a/net-im/jabber-pymsn/Makefile
+++ b/net-im/jabber-pymsn/Makefile
@@ -42,7 +42,7 @@ post-patch:
${WRKSRC}/config-example.xml
@${REINPLACE_CMD} -i "" 's|../config.xml|${PREFIX}/etc/jabber-pymsn.xml|g' \
${WRKSRC}/src/xmlconfig.py
- @${REINPLACE_CMD} -i "" -e 's|spooldir = ""|spooldir = "/tmp/jabber-pymsn"|g' \
+ @${REINPLACE_CMD} -i "" -e 's|spooldir = ""|spooldir = "/var/spool/jabber"|g' \
-e 's|pid = ""|pid = "/var/jabberd/pid/PyMSNt.pid"|g' \
${WRKSRC}/src/config.py
@${REINPLACE_CMD} -i "" 's|"config.xml"|"${PREFIX}/etc/jabber-pymsn.xml"|' \