summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/haddock/haddock-0.4.ebuild')
-rw-r--r--dev-haskell/haddock/haddock-0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/haddock/haddock-0.4.ebuild b/dev-haskell/haddock/haddock-0.4.ebuild
index ad890f3fc261..74e5102ecac9 100644
--- a/dev-haskell/haddock/haddock-0.4.ebuild
+++ b/dev-haskell/haddock/haddock-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-0.4.ebuild,v 1.6 2003/09/11 01:34:54 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-0.4.ebuild,v 1.7 2004/04/25 23:49:47 agriffis Exp $
#
# USE variable summary:
# doc - Build extra documenation from DocBook sources,
@@ -41,7 +41,7 @@ src_unpack() {
src_compile() {
# unset SGML_CATALOG_FILES because documentation installation
# breaks otherwise ...
- PATH="${GHCPATH}" SGML_CATALOG_FILES="" econf
+ PATH="${GHCPATH}" SGML_CATALOG_FILES="" econf || die "econf failed"
# using make because emake behaved strangely on my machine
make || die