summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-03-18 19:50:52 +0000
committerAron Griffis <agriffis@gentoo.org>2003-03-18 19:50:52 +0000
commit5b99d9b1db49176b9191bccfc0c3b3c98c37fa74 (patch)
tree1e58e55d69add18b7489dbd2a2472452ddddffbd /net-irc
parentNew version. (diff)
downloadgentoo-2-5b99d9b1db49176b9191bccfc0c3b3c98c37fa74.tar.gz
gentoo-2-5b99d9b1db49176b9191bccfc0c3b3c98c37fa74.tar.bz2
gentoo-2-5b99d9b1db49176b9191bccfc0c3b3c98c37fa74.zip
minor fixes
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ctrlproxy/ctrlproxy-2.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild b/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild
index 88da0011cda8..7e27b48b39fb 100644
--- a/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild
+++ b/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild,v 1.1 2003/03/18 15:21:33 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ctrlproxy/ctrlproxy-2.0.ebuild,v 1.2 2003/03/18 19:50:52 agriffis Exp $
DESCRIPTION="IRC proxy with multiserver and multiclient support"
HOMEPAGE="http://people.nl.linux.org/~jelmer/ctrlproxy.php"
@@ -18,4 +18,6 @@ src_compile() {
src_install() {
make install DESTDIR=${D} PREFIX=/usr DOCDIR=/usr/share/doc/${P} || die
+ gzip ${D}/usr/share/doc/*/*
+ dodoc ctrlproxyrc.example
}