summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hmake/hmake-3.08.ebuild')
-rw-r--r--dev-haskell/hmake/hmake-3.08.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-haskell/hmake/hmake-3.08.ebuild b/dev-haskell/hmake/hmake-3.08.ebuild
index db5b343de84f..43555f10b46f 100644
--- a/dev-haskell/hmake/hmake-3.08.ebuild
+++ b/dev-haskell/hmake/hmake-3.08.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.08.ebuild,v 1.5 2003/09/07 03:13:09 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.08.ebuild,v 1.6 2003/09/17 21:24:49 johnm Exp $
-inherit base
+inherit base fixheadtails
DESCRIPTION="a make tool for Haskell programs"
HOMEPAGE="http://www.haskell.org/hmake/"
@@ -35,6 +35,10 @@ src_compile() {
buildwith="--buildwith=ghc"
fi
+ # fix all head/tail declarations
+ cd ${S}
+ ht_fix_all
+
# package uses non-standard configure, therefore econf does
# not work ...
./configure \