summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/sendxmpp/sendxmpp-0.0.8.ebuild')
-rw-r--r--net-im/sendxmpp/sendxmpp-0.0.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/sendxmpp/sendxmpp-0.0.8.ebuild b/net-im/sendxmpp/sendxmpp-0.0.8.ebuild
index 39ed46b1a4c1..b39d9a6a171a 100644
--- a/net-im/sendxmpp/sendxmpp-0.0.8.ebuild
+++ b/net-im/sendxmpp/sendxmpp-0.0.8.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/sendxmpp/sendxmpp-0.0.8.ebuild,v 1.3 2006/03/05 20:23:50 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/sendxmpp/sendxmpp-0.0.8.ebuild,v 1.4 2006/08/21 15:38:45 yuval Exp $
-inherit eutils
+inherit eutils perl-module
DESCRIPTION="sendxmpp is a perl-script to send xmpp (jabber), similar to what mail(1) does for mail."
HOMEPAGE="http://www.djcbsoftware.nl/code/sendxmpp/"
SRC_URI="http://www.djcbsoftware.nl/code/${PN}/${P}.tar.gz"
@@ -26,4 +26,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
dodoc Changes README INSTALL
+ fixlocalpod
}