summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-09-15 16:04:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-09-15 16:04:24 +0000
commit9ebe8c773d7711b9d31737e7219bdc081f23129c (patch)
tree245903db65adad73ea303c530abf7ce79c07d217 /www-misc/fcgiwrap
parentAdd missing include which caused build failure in obscure kernel configurations. (diff)
downloadgentoo-2-9ebe8c773d7711b9d31737e7219bdc081f23129c.tar.gz
gentoo-2-9ebe8c773d7711b9d31737e7219bdc081f23129c.tar.bz2
gentoo-2-9ebe8c773d7711b9d31737e7219bdc081f23129c.zip
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-misc/fcgiwrap')
-rw-r--r--www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild
index 68fd7105aaac..a2759deb7bb5 100644
--- a/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild,v 1.2 2010/09/15 09:07:29 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-misc/fcgiwrap/fcgiwrap-1.0.3.ebuild,v 1.3 2010/09/15 16:04:24 mr_bones_ Exp $
EAPI="3"
@@ -33,7 +33,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
sed -e '/man8dir = $(DESTDIR)/s/@prefix@//' \
-i Makefile.in || die "sed failed"
-
+
eautoreconf
}