summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers/fnord/fnord-1.8.ebuild')
-rw-r--r--www-servers/fnord/fnord-1.8.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/www-servers/fnord/fnord-1.8.ebuild b/www-servers/fnord/fnord-1.8.ebuild
index 9ecfb870af72..77ef1110d887 100644
--- a/www-servers/fnord/fnord-1.8.ebuild
+++ b/www-servers/fnord/fnord-1.8.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/fnord/fnord-1.8.ebuild,v 1.2 2004/09/03 15:58:51 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/fnord/fnord-1.8.ebuild,v 1.3 2004/10/02 00:00:23 pyrania Exp $
-S=${WORKDIR}/${P}
-
-# needed for replace-sparc64-flags
-inherit flag-o-matic
+# flag-o-matic needed for replace-sparc64-flags
+inherit flag-o-matic eutils
DESCRIPTION="Yet another small httpd."
SRC_URI="http://www.fefe.de/fnord/${P}.tar.bz2
@@ -15,6 +13,7 @@ HOMEPAGE="http://www.fefe.de/fnord/"
KEYWORDS="~x86 ~sparc ppc"
SLOT="0"
LICENSE="GPL-2"
+IUSE=""
DEPEND="dev-libs/dietlibc"
RDEPEND="sys-apps/daemontools"
@@ -38,7 +37,7 @@ src_unpack() {
unpack ${A} ; cd ${S}
sed -i "s:^CFLAGS=-O.*:CFLAGS=${CFLAGS}:" Makefile
- patch -p0 < ${DISTDIR}/${PF}-gentoo.diff
+ epatch ${DISTDIR}/${PF}-gentoo.diff || die "epatch failed."
}
src_compile() {