diff options
Diffstat (limited to 'net-www/swish-e/swish-e-2.2.2-r1.ebuild')
-rw-r--r-- | net-www/swish-e/swish-e-2.2.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/swish-e/swish-e-2.2.2-r1.ebuild b/net-www/swish-e/swish-e-2.2.2-r1.ebuild index 5817d9ac07f1..7bf1b9726b3e 100644 --- a/net-www/swish-e/swish-e-2.2.2-r1.ebuild +++ b/net-www/swish-e/swish-e-2.2.2-r1.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-www/swish-e/swish-e-2.2.2-r1.ebuild,v 1.1 2003/07/20 14:13:48 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/swish-e/swish-e-2.2.2-r1.ebuild,v 1.2 2003/09/06 01:54:09 msterret Exp $ use perl && inherit perl-module @@ -16,7 +16,7 @@ LICENSE="GPL-2" DEPEND=">=sys-libs/zlib-1.1.3 dev-libs/libxml2 dev-perl/libwww-perl" - + src_compile() { econf || die "configuration failed" @@ -32,7 +32,7 @@ src_compile() { src_install () { - dobin src/swish-e + dobin src/swish-e dodoc INSTALL README use perl && cd perl \ && perl-module_src_install |