diff options
author | 2002-07-16 04:54:33 +0000 | |
---|---|---|
committer | 2002-07-16 04:54:33 +0000 | |
commit | 33d7ba59b23e1e84a07e4d3b22a4665b19422f3a (patch) | |
tree | 3c5d52b9af258c3868823658e8f9fbb64151e1b4 /net-misc/kio_fish | |
parent | ppc tagging (diff) | |
download | historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.tar.gz historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.tar.bz2 historical-33d7ba59b23e1e84a07e4d3b22a4665b19422f3a.zip |
ppc tagging
Diffstat (limited to 'net-misc/kio_fish')
-rw-r--r-- | net-misc/kio_fish/kio_fish-1.1.2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-misc/kio_fish/kio_fish-1.1.2.ebuild b/net-misc/kio_fish/kio_fish-1.1.2.ebuild index 6e97ab48544e..566387f5dbee 100644 --- a/net-misc/kio_fish/kio_fish-1.1.2.ebuild +++ b/net-misc/kio_fish/kio_fish-1.1.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-misc/kio_fish/kio_fish-1.1.2.ebuild,v 1.4 2002/07/11 06:30:48 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kio_fish/kio_fish-1.1.2.ebuild,v 1.5 2002/07/16 04:54:33 seemant Exp $ inherit kde-base || die @@ -9,13 +9,11 @@ newdepend ">=net-misc/openssh-3.1_p1" DESCRIPTION="a kioslave for KDE 3 that lets you view and manipulate your remote files using SSH" SRC_URI="http://ich.bin.kein.hoschi.de/fish/${P}.tar.bz2" HOMEPAGE="http://ich.bin.kein.hoschi.de/fish/" + LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" src_install() { - mkdir -p ${D}/usr/kde/3/share/services make DESTDIR=${D} install || die - - } |