diff options
Diffstat (limited to 'dev-haskell/haddock/haddock-0.6-r1.ebuild')
-rw-r--r-- | dev-haskell/haddock/haddock-0.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/haddock/haddock-0.6-r1.ebuild b/dev-haskell/haddock/haddock-0.6-r1.ebuild index 88f68931c51d..9dcb6ded2ac2 100644 --- a/dev-haskell/haddock/haddock-0.6-r1.ebuild +++ b/dev-haskell/haddock/haddock-0.6-r1.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.6-r1.ebuild,v 1.2 2003/12/22 09:11:11 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-0.6-r1.ebuild,v 1.3 2004/04/25 23:49:47 agriffis Exp $ # # USE variable summary: # doc - Build extra documenation from DocBook sources, @@ -35,7 +35,7 @@ GHCPATH="${PATH}:/opt/ghc/bin" 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 "make failed" |