diff options
Diffstat (limited to 'net-irc/pisg/pisg-0.66.ebuild')
-rw-r--r-- | net-irc/pisg/pisg-0.66.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-irc/pisg/pisg-0.66.ebuild b/net-irc/pisg/pisg-0.66.ebuild index c829ed54f7be..f767fba56672 100644 --- a/net-irc/pisg/pisg-0.66.ebuild +++ b/net-irc/pisg/pisg-0.66.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.66.ebuild,v 1.1 2005/05/12 16:06:16 swegener Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.66.ebuild,v 1.1.1.1 2005/11/30 09:48:59 chriswhite Exp $ DESCRIPTION="Perl IRC Statistics Generator" HOMEPAGE="http://pisg.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ppc ~amd64" IUSE="" @@ -20,7 +18,7 @@ DEPEND="dev-lang/perl src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e 's!lang\.txt!/usr/share/pisg/lang.txt!' \ @@ -35,7 +33,7 @@ src_install () { dobin pisg || die "dobin failed" insinto "${installvendorlib}" - doins -r modules/* || die "doins failed" + doins -r modules/. || die "doins failed" insinto /usr/share/pisg doins -r gfx layout lang.txt || die "doins failed" |