diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-16 14:43:52 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-16 14:43:52 +0000 |
commit | 5971136f0e854d3b2173df949aa328de779fcc45 (patch) | |
tree | 45e9e914788468b3ce65ba553d8625a9f5168be9 /www-apps/swish-e/swish-e-2.4.3-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-5971136f0e854d3b2173df949aa328de779fcc45.tar.gz gentoo-2-5971136f0e854d3b2173df949aa328de779fcc45.tar.bz2 gentoo-2-5971136f0e854d3b2173df949aa328de779fcc45.zip |
Bug 103072, thanks to damon for pointing out we still needed a varient of this patch; also closes bug 115230
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'www-apps/swish-e/swish-e-2.4.3-r1.ebuild')
-rw-r--r-- | www-apps/swish-e/swish-e-2.4.3-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www-apps/swish-e/swish-e-2.4.3-r1.ebuild b/www-apps/swish-e/swish-e-2.4.3-r1.ebuild index 8ffa9b80a7ef..c97b72b07a34 100644 --- a/www-apps/swish-e/swish-e-2.4.3-r1.ebuild +++ b/www-apps/swish-e/swish-e-2.4.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild,v 1.1 2005/09/08 13:09:32 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/swish-e/swish-e-2.4.3-r1.ebuild,v 1.2 2006/01/16 14:43:52 mcummings Exp $ -inherit perl-module +inherit perl-module eutils DESCRIPTION="Simple Web Indexing System for Humans - Enhanced" HOMEPAGE="http://www.swish-e.org/" @@ -53,8 +53,9 @@ src_install() { fi if use perl ; then + epatch ${FILESDIR}/perl-makefile.patch cd ${S}/perl - myconf="SWISHBINDIR=${D}/usr/bin SWISHIGNOREVER SWISHSKIPTEST " + myconf="SWISHBINDIR=${D}/usr/bin SWISHIGNOREVER SWISHSKIPTEST" perl-module_src_compile cd ${S}/perl perl-module_src_install |