summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:59:41 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:59:41 +0000
commit452d5f75c3ad3754e34865c736497ee0ddb71331 (patch)
tree9d9056d6e6c1e92175e1401a23b215303b9b4f65 /dev-lang/caml-light/caml-light-0.75.ebuild
parent*** empty log message *** (diff)
downloadgentoo-2-452d5f75c3ad3754e34865c736497ee0ddb71331.tar.gz
gentoo-2-452d5f75c3ad3754e34865c736497ee0ddb71331.tar.bz2
gentoo-2-452d5f75c3ad3754e34865c736497ee0ddb71331.zip
*** empty log message ***
Diffstat (limited to 'dev-lang/caml-light/caml-light-0.75.ebuild')
-rw-r--r--dev-lang/caml-light/caml-light-0.75.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/caml-light/caml-light-0.75.ebuild b/dev-lang/caml-light/caml-light-0.75.ebuild
index 295660896267..641e0b97c8e5 100644
--- a/dev-lang/caml-light/caml-light-0.75.ebuild
+++ b/dev-lang/caml-light/caml-light-0.75.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/caml-light/caml-light-0.75.ebuild,v 1.1 2005/02/06 16:09:57 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/caml-light/caml-light-0.75.ebuild,v 1.1.1.1 2005/11/30 09:58:45 chriswhite Exp $
inherit flag-o-matic eutils
@@ -38,7 +38,10 @@ src_compile() {
MANDIR=/usr/share/man \
configure || die
- make world || die
+ make BINDIR=/usr/bin \
+ LIBDIR=/usr/lib/caml-light \
+ MANDIR=/usr/share/man \
+ world || die
}
src_install() {