summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/findlib/findlib-1.1.2_p1.ebuild3
-rw-r--r--dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-ml/findlib/findlib-1.1.2_p1.ebuild b/dev-ml/findlib/findlib-1.1.2_p1.ebuild
index ebb532c8872c..1a7db73d6be3 100644
--- a/dev-ml/findlib/findlib-1.1.2_p1.ebuild
+++ b/dev-ml/findlib/findlib-1.1.2_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.1.2_p1.ebuild,v 1.1 2007/03/14 18:01:23 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.1.2_p1.ebuild,v 1.2 2007/07/15 06:39:51 mr_bones_ Exp $
inherit multilib eutils
@@ -43,7 +43,6 @@ src_unpack() {
}
-
src_compile() {
./configure -bindir /usr/bin -mandir /usr/share/man \
-sitelib ${ocamlfind_destdir} \
diff --git a/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild b/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild
index c3f2191fcede..bcb421ea581b 100644
--- a/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild
+++ b/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild,v 1.1 2004/10/05 07:54:53 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamldsort/ocamldsort-0.14.2.ebuild,v 1.2 2007/07/15 06:39:51 mr_bones_ Exp $
DESCRIPTION="A dependency sorter for OCaml source files"
HOMEPAGE="http://dimitri.mutu.net/ocaml.html"
@@ -26,4 +26,3 @@ src_install() {
make BINDIR=${D}/usr/bin MANDIR=${D}/usr/share/man install
dodoc README
}
-