summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-10 00:56:13 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-10 00:56:13 +0000
commite807ea6ab005d029c8f34dccba3e1f29a9737a45 (patch)
tree79ee7169949c38c4bb075b363d1ae89198fb27c8 /net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild
parentQA: Don't assign default to S (diff)
downloadhistorical-e807ea6ab005d029c8f34dccba3e1f29a9737a45.tar.gz
historical-e807ea6ab005d029c8f34dccba3e1f29a9737a45.tar.bz2
historical-e807ea6ab005d029c8f34dccba3e1f29a9737a45.zip
QA: Don't assign default to S; Use default src_compile
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild')
-rw-r--r--net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild b/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild
index 843047decd5f..4fb74bbf392a 100644
--- a/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild
+++ b/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild,v 1.2 2005/04/19 12:32:11 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild,v 1.3 2005/07/10 00:56:13 swegener Exp $
inherit eutils
@@ -18,12 +18,6 @@ DEPEND="virtual/libc
>=sys-libs/zlib-1.1"
RDEPEND=">=sys-libs/zlib-1.1
>=dev-php/php-cgi-4.3.0"
-S=${WORKDIR}/${P}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
src_install() {
make DESTDIR=${D} install || die