diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 11:45:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-02 11:45:29 +0000 |
commit | 3ae1c1f1d08c912051f5d6a6f683fb39be783801 (patch) | |
tree | 2a5f3a3e1e0a9b3cd0b7fd824b299e847bc51361 /net | |
parent | ea6e40ebcf8d02b888ba30d4ab83df8d202d6887 (diff) | |
download | ports-3ae1c1f1d08c912051f5d6a6f683fb39be783801.tar.gz ports-3ae1c1f1d08c912051f5d6a6f683fb39be783801.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/newsbot/Makefile | 3 | ||||
-rw-r--r-- | net/newsbot/files/newsbot | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/newsbot/Makefile b/net/newsbot/Makefile index 3349d02f8bde..d46b9422176a 100644 --- a/net/newsbot/Makefile +++ b/net/newsbot/Makefile @@ -8,6 +8,7 @@ PORTNAME= newsbot PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/${PORTNAME}/ DISTNAME= ${PORTNAME}-0.45 @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-0.45 MAINTAINER= ports@FreeBSD.org COMMENT= Gathers news from RDF/RSS and send them to your IM client -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jabber.py:${PORTSDIR}/net/py-jabber +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jabber/jabber.py:${PORTSDIR}/net/py-jabber USE_PYTHON= 2.2+ NO_BUILD= yes diff --git a/net/newsbot/files/newsbot b/net/newsbot/files/newsbot index 88b1421c0c0f..c170e299bf59 100644 --- a/net/newsbot/files/newsbot +++ b/net/newsbot/files/newsbot @@ -1,3 +1,3 @@ #!/bin/sh -cd %%DATADIR%%/newsbot && python bot.py +cd %%DATADIR%% && python bot.py |