summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-04-23 15:17:53 +0000
committerMike Frysinger <vapier@gentoo.org>2003-04-23 15:17:53 +0000
commitf9b85ecf85d1f6cee60384cddc1485fbd9c15a8e (patch)
tree2fc5b85d2236545e5180c0826c0ac5632c1e0e95 /dev-ml
parenttouchups (diff)
downloadgentoo-2-f9b85ecf85d1f6cee60384cddc1485fbd9c15a8e.tar.gz
gentoo-2-f9b85ecf85d1f6cee60384cddc1485fbd9c15a8e.tar.bz2
gentoo-2-f9b85ecf85d1f6cee60384cddc1485fbd9c15a8e.zip
touchups
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/pxp/pxp-1.1.5.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-ml/pxp/pxp-1.1.5.ebuild b/dev-ml/pxp/pxp-1.1.5.ebuild
index 1a32236a0fe5..fbfb505a1a31 100644
--- a/dev-ml/pxp/pxp-1.1.5.ebuild
+++ b/dev-ml/pxp/pxp-1.1.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.5.ebuild,v 1.3 2003/03/11 20:59:37 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pxp/pxp-1.1.5.ebuild,v 1.4 2003/04/23 15:14:55 vapier Exp $
-DESCRIPTION="PXP is a validating XML parser library for O'Caml"
+DESCRIPTION="validating XML parser library for O'Caml"
HOMEPAGE="http://www.ocaml-programming.de/packages/documentation/pxp/index_dev.html"
SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz"
@@ -14,8 +14,6 @@ DEPEND=">=dev-ml/pcre-ocaml-4.31
>=dev-ml/ocamlnet-0.94
>=dev-ml/findlib-0.8"
-IUSE=""
-
src_compile() {
#the included configure does not support many standard switches and is quite picky
./configure || die
@@ -23,8 +21,7 @@ src_compile() {
}
src_install() {
- # Go ahead
- destdir=`ocamlfind printconf destdir`
- mkdir -p ${D}${destdir} || die
+ local destdir=`ocamlfind printconf destdir`
+ dodir ${destdir}
make OCAMLFIND_DESTDIR=${D}${destdir} install || die
}