diff options
Diffstat (limited to 'net-irc/lostirc/lostirc-0.2.2.ebuild')
-rw-r--r-- | net-irc/lostirc/lostirc-0.2.2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net-irc/lostirc/lostirc-0.2.2.ebuild b/net-irc/lostirc/lostirc-0.2.2.ebuild index d6bf5a7e9108..21817ba556e6 100644 --- a/net-irc/lostirc/lostirc-0.2.2.ebuild +++ b/net-irc/lostirc/lostirc-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.2.ebuild,v 1.1 2002/12/01 13:25:44 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.2.ebuild,v 1.2 2002/12/01 13:28:21 phoenix Exp $ inherit base @@ -14,3 +14,8 @@ KEYWORDS="~x86" S=${WORKDIR}/${P} DEPEND="=x11-libs/gtkmm-2.0* =dev-libs/libsigc++-1.2*" + +src_install() { + base_src_install + dodoc AUTHORS ChangeLog COPYING INSTALL README TODO +} |